Index: branches/5.0.x/core/units/helpers/sections_helper.php =================================================================== diff -u -N -r12734 -r13528 --- branches/5.0.x/core/units/helpers/sections_helper.php (.../sections_helper.php) (revision 12734) +++ branches/5.0.x/core/units/helpers/sections_helper.php (.../sections_helper.php) (revision 13528) @@ -1,6 +1,6 @@ Tree[$section_name]) ? $this->Tree[$section_name] : Array(); if ($current_data) { - trigger_error('Section "' . $section_name . '" declaration (originally defined in "' . $current_data['SectionPrefix'] . '") was overwriten from "' . $prefix . '"', E_USER_NOTICE); + trigger_error('Section "' . $section_name . '" declaration (originally defined in "' . $current_data['SectionPrefix'] . '") was overwriten from "' . $prefix . '"', E_USER_WARNING); } $this->Tree[$section_name] = array_merge_recursive2($current_data, $section_params);