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