Index: branches/5.0.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -r12707 -r12726 --- branches/5.0.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 12707) +++ branches/5.0.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 12726) @@ -1,6 +1,6 @@ getUniqueListKey($params); // check for "admin" variable, because we are parsing front-end template from admin when using template editor feature - if ($this->Application->GetVar('admin') || !$this->Application->IsAdmin()) { + if ($this->Application->GetVar('admin') || !$this->Application->isAdmin) { // add parent category to special, when on Front-End, // because there can be many category lists on same page $list_unique_key .= $parent_cat_id; @@ -1539,7 +1539,7 @@ { $template = $this->Application->GetVar('t'); - if (!$this->Application->TemplatesCache->TemplateExists($template) && !$this->Application->IsAdmin()) { + if (!$this->Application->TemplatesCache->TemplateExists($template) && !$this->Application->isAdmin) { $cms_handler =& $this->Application->recallObject($this->Prefix . '_EventHandler'); /* @var $cms_handler CategoriesEventHandler */