Index: trunk/core/units/general/helpers/modules.php =================================================================== diff -u -N -r7391 -r7635 --- trunk/core/units/general/helpers/modules.php (.../modules.php) (revision 7391) +++ trunk/core/units/general/helpers/modules.php (.../modules.php) (revision 7635) @@ -182,7 +182,7 @@ else { $modules = array_keys($this->Application->ModuleInfo); } - array_push($modules, 'Proj-base', 'Proj-CMS', 'Custom'); + array_push($modules, 'Core', 'Proj-base', 'Proj-CMS', 'Custom'); return $modules; }