Index: branches/RC/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r11043 -r11164 --- branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 11043) +++ branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 11164) @@ -547,7 +547,7 @@ // get all prefixes available $prefixes = Array(); foreach ($this->Application->ModuleInfo as $module_name => $module_data) { - if ($module_data['Var'] == 'm') continue; + if ($module_data['Var'] == 'm' || $module_data['Var'] == 'adm') continue; $prefixes[] = $module_data['Var']; }