Index: branches/unlabeled/unlabeled-1.27.2/core/units/admin/admin_tag_processor.php =================================================================== diff -u -r7538 -r7577 --- branches/unlabeled/unlabeled-1.27.2/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 7538) +++ branches/unlabeled/unlabeled-1.27.2/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 7577) @@ -166,7 +166,7 @@ function SectionInfo($params) { $section = $params['section']; - if ($section_name == '#session#') { + if ($section == '#session#') { $section = $this->Application->RecallVar('section'); }