Index: branches/unlabeled/unlabeled-1.28.2/core/units/general/cat_dbitem.php =================================================================== diff -u -r5327 -r5467 --- branches/unlabeled/unlabeled-1.28.2/core/units/general/cat_dbitem.php (.../cat_dbitem.php) (revision 5327) +++ branches/unlabeled/unlabeled-1.28.2/core/units/general/cat_dbitem.php (.../cat_dbitem.php) (revision 5467) @@ -16,6 +16,12 @@ */ var $useFilenames = true; + function Clear() + { + parent::Clear(); + $this->CategoryPath = Array(); + } + function Create($force_id=false, $system_create=false) { if (!$this->Validate()) return false;