Index: branches/5.2.x/core/units/categories/categories_item.php =================================================================== diff -u -N -r14092 -r14095 --- branches/5.2.x/core/units/categories/categories_item.php (.../categories_item.php) (revision 14092) +++ branches/5.2.x/core/units/categories/categories_item.php (.../categories_item.php) (revision 14095) @@ -1,6 +1,6 @@ Application->getUnitOption($this->Prefix, 'TitleField'); - if (!$title_field || isset($this->CalculatedFields[$title_field]) ) return; + if (!isset($title_field)) { + $title_field = $this->Application->getUnitOption($this->Prefix, 'TitleField'); + if (!$title_field || isset($this->CalculatedFields[$title_field]) ) return; + } $new_name = $this->GetDBField($title_field); $cat_id = $this->Application->GetVar('m_cat_id');