Index: branches/RC/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r10920 -r11043 --- branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 10920) +++ branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 11043) @@ -265,7 +265,7 @@ $module_info = $category_helper->getCategoryModule($params, $category_path); // In-Edit & Proj-CMS module prefixes doesn't have custom field with item template - if ($module_info['Var'] != 'cms' && $module_info['Var'] != 'st') { + if ($module_info && $module_info['Var'] != 'cms' && $module_info['Var'] != 'st') { // 2. get item template by current category & module prefix $mod_rewrite_helper = $this->Application->recallObject('ModRewriteHelper'); @@ -769,7 +769,7 @@ return $this->Application->HREF($t, '', $params); } - + /** * Returns spelling suggestions against search keyword * @@ -847,13 +847,13 @@ return $this->Application->ProcessParsedTag('m', 'Link', $params); } - /*function PageBrowseLink($params) + function PageBrowseLink($params) { $object =& $this->Application->recallObject( $this->getPrefixSpecial(), $this->Prefix, $params ); $template = $object->GetDBField('NamedParentPath'); $url_params = Array('admin' => 1, 'pass' => 'm', 'index_file' => 'index.php'); return $this->Application->HREF($template,'_FRONT_END_', $url_params); - }*/ + } } ?> \ No newline at end of file