Index: trunk/kernel/action.php =================================================================== diff -u -N -r4645 -r4689 --- trunk/kernel/action.php (.../action.php) (revision 4645) +++ trunk/kernel/action.php (.../action.php) (revision 4689) @@ -2338,7 +2338,7 @@ $rs->MoveNext(); } - if(($_REQUEST['CategoryId'] > 0) || ($Action == 'm_add_category')) // not root category is updated + if(($_REQUEST['CategoryId'] > 0) || ($Action == 'm_add_category') || ($Action == 'm_edit_category')) // not root category is updated { $cat_ids = $objCatList->CopyFromEditTable("CategoryId"); if ($cat_ids) {