Index: branches/unlabeled/unlabeled-1.9.2/core/units/general/helpers/modules.php =================================================================== diff -u -r8079 -r8254 --- branches/unlabeled/unlabeled-1.9.2/core/units/general/helpers/modules.php (.../modules.php) (revision 8079) +++ branches/unlabeled/unlabeled-1.9.2/core/units/general/helpers/modules.php (.../modules.php) (revision 8254) @@ -182,7 +182,7 @@ else { $modules = array_keys($this->Application->ModuleInfo); } - + array_push($modules, 'Core', 'Proj-base', 'Proj-CMS', 'Custom'); return $modules; }