Index: trunk/core/units/general/cat_dbitem.php =================================================================== diff -u -r7635 -r8363 --- trunk/core/units/general/cat_dbitem.php (.../cat_dbitem.php) (revision 7635) +++ trunk/core/units/general/cat_dbitem.php (.../cat_dbitem.php) (revision 8363) @@ -23,9 +23,9 @@ */ var $usePendingEditing = false; - function Clear() + function Clear($new_id = null) { - parent::Clear(); + parent::Clear($new_id); $this->CategoryPath = Array(); }