Index: branches/unlabeled/unlabeled-1.17.2/kernel/units/admin/admin_tag_processor.php =================================================================== diff -u -r4843 -r5358 --- branches/unlabeled/unlabeled-1.17.2/kernel/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 4843) +++ branches/unlabeled/unlabeled-1.17.2/kernel/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 5358) @@ -318,7 +318,7 @@ $block_params = Array('name' => $params['render_as']); ksort($section_data['children'], SORT_NUMERIC); foreach ($section_data['children'] as $priority => $section_name) { -// if (!$this->Application->CheckPermission($section_name.'.view', 1)) continue; + if (!$this->Application->CheckPermission($section_name.'.view', 1)) continue; $tab_data =& $sections_helper->getSectionData($section_name); $block_params['t'] = $tab_data['url']['t']; Index: branches/unlabeled/unlabeled-1.17.2/core/units/admin/admin_tag_processor.php =================================================================== diff -u -r4843 -r5358 --- branches/unlabeled/unlabeled-1.17.2/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 4843) +++ branches/unlabeled/unlabeled-1.17.2/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 5358) @@ -318,7 +318,7 @@ $block_params = Array('name' => $params['render_as']); ksort($section_data['children'], SORT_NUMERIC); foreach ($section_data['children'] as $priority => $section_name) { -// if (!$this->Application->CheckPermission($section_name.'.view', 1)) continue; + if (!$this->Application->CheckPermission($section_name.'.view', 1)) continue; $tab_data =& $sections_helper->getSectionData($section_name); $block_params['t'] = $tab_data['url']['t'];