Index: branches/5.2.x/core/units/content/content_eh.php =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 13840) +++ branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 14092) @@ -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);