Index: branches/5.3.x/core/units/admin/admin_tag_processor.php =================================================================== diff -u -N -r15907 -r15911 --- branches/5.3.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 15907) +++ branches/5.3.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 15911) @@ -1,6 +1,6 @@ getSectionData($section); if (!$section_data) { throw new Exception('Use of undefined section "' . $section . '" in "' . __METHOD__ . '"'); - return ''; } if (array_key_exists('parent', $params) && $params['parent']) { @@ -1193,4 +1192,4 @@ return $this->Application->ParseBlock($block_params); } - } \ No newline at end of file + }