Index: branches/RC/core/units/general/helpers/modules.php =================================================================== diff -u -N -r11610 -r11623 --- branches/RC/core/units/general/helpers/modules.php (.../modules.php) (revision 11610) +++ branches/RC/core/units/general/helpers/modules.php (.../modules.php) (revision 11623) @@ -172,7 +172,8 @@ } } - array_push($modules, 'Core', 'In-Portal', 'In-Link', 'In-News', 'In-Bulletin', 'Proj-base', 'Custom'); + // TODO: find a ways to make all modules auto-licensed except in-commerce & in-auction without scanning directory structure + array_push($modules, 'Core', 'In-Portal', 'In-Link', 'In-News', 'In-Bulletin', 'Custom'); return $modules; }