Index: branches/5.3.x/core/units/helpers/modules_helper.php =================================================================== diff -u -N -r15962 -r16395 --- branches/5.3.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 15962) +++ branches/5.3.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 16395) @@ -1,6 +1,6 @@ _GetDomain($system_config); - $modules = array_map('strtolower', $this->getModules()); - - if ( !$this->_IsLocalSite($domain) ) { - return array_diff($modules, Array ('in-commerce', 'in-auction')); - } - - return $modules; + return array_map('strtolower', $this->getModules()); } /** @@ -501,4 +494,4 @@ { return file_exists($folder_path . '/install.php') && file_exists($folder_path . '/install/install_schema.sql'); } - } \ No newline at end of file + }