Index: branches/unlabeled/unlabeled-1.5.2/kernel/units/config_general/config_general_tag_processor.php =================================================================== diff -u -N -r4254 -r4411 --- branches/unlabeled/unlabeled-1.5.2/kernel/units/config_general/config_general_tag_processor.php (.../config_general_tag_processor.php) (revision 4254) +++ branches/unlabeled/unlabeled-1.5.2/kernel/units/config_general/config_general_tag_processor.php (.../config_general_tag_processor.php) (revision 4411) @@ -79,9 +79,11 @@ $next_params['cat_id'] = $res['ParentId']; return $this->CategoryPath($next_params).$this->Application->ParseBlock($block_params); } - } - function SaveWarning($params){ + } + function SaveWarning($params) + { + $object=&$this->Application->recallObject($this->getPrefixSpecial()); $root_cat=$object->GetDBField("RootCat"); $stored_cat=$this->Application->RecallVar("StoredRootCatId", "");