Index: branches/RC/core/units/categories/categories_event_handler.php =================================================================== diff -u -N -r11538 -r11575 --- branches/RC/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 11538) +++ branches/RC/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 11575) @@ -1638,7 +1638,7 @@ $fields['ParentId']['options'] = $this->_printChildren($data, $root_category, $this->Application->GetVar('m_lang'), $theme_id); // limit design list by theme - $design_folders = Array ('tf.FilePath = "/designs"', 'tf.FilePath = "/platform/designs"', 'tf.FilePath = "/in-edit/designs"'); + $design_folders = Array ('tf.FilePath = "/designs"', 'tf.FilePath = "/platform/designs"'); foreach ($this->Application->ModuleInfo as $module_name => $module_info) { $design_folders[] = 'tf.FilePath = "/' . $module_info['TemplatePath'] . 'designs"'; }