Move module_extend cache file out of the config directory

This commit is contained in:
Kijin Sung 2016-02-03 16:23:32 +09:00
parent 54d6385e2a
commit 3c8b586fac
2 changed files with 3 additions and 3 deletions

View file

@ -714,7 +714,7 @@ class moduleModel extends module
*/
function loadModuleExtends()
{
$cache_file = './files/config/module_extend.php';
$cache_file = './files/cache/common/module_extend.php';
$cache_file = FileHandler::getRealPath($cache_file);
if(!isset($GLOBALS['__MODULE_EXTEND__']))