Index: branches/5.3.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r15974 -r15980 --- branches/5.3.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15974) +++ branches/5.3.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15980) @@ -1,6 +1,6 @@ GetField($db_field); if (!$default) { - if ($this->Application->isModuleEnabled('In-Portal')) { + if ( $this->Application->prefixRegistred('c') ) { if (!$val && ($params['type'] == 'meta_keywords' || $params['type'] == 'meta_description')) { // take category meta if it's not set for the page return $this->Application->ProcessParsedTag('c', 'Meta', Array('name' => $cat_field));