Index: branches/RC/core/units/general/helpers/permissions_helper.php =================================================================== diff -u -N -r11538 -r11610 --- branches/RC/core/units/general/helpers/permissions_helper.php (.../permissions_helper.php) (revision 11538) +++ branches/RC/core/units/general/helpers/permissions_helper.php (.../permissions_helper.php) (revision 11610) @@ -505,7 +505,7 @@ $cat_hierarchy = $this->Conn->GetOne($sql); if ($cat_hierarchy === false) { // category was deleted, but refrence to it stays in other tables -> data integrity is broken - $cat_hierarchy = '|' . $this->Application->findModule('Name', 'Proj-CMS', 'RootCat') . '|'; + $cat_hierarchy = '|' . $this->Application->findModule('Name', 'Core', 'RootCat') . '|'; } }