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