Index: branches/5.1.x/core/units/content/content_eh.php =================================================================== diff -u -N -r12657 -r13086 --- branches/5.1.x/core/units/content/content_eh.php (.../content_eh.php) (revision 12657) +++ branches/5.1.x/core/units/content/content_eh.php (.../content_eh.php) (revision 13086) @@ -1,6 +1,6 @@ Application->RecallVar('user_id'); // user can change top category - $perm_status = $perm_helper->CheckUserPermission($user_id, 'CATEGORY.MODIFY', 0, 0); + $top_category = $this->Application->findModule('Name', 'Core', 'RootCat'); + $perm_status = $perm_helper->CheckUserPermission($user_id, 'CATEGORY.MODIFY', 0, $top_category); return $perm_helper->finalizePermissionCheck($event, $perm_status); }