mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-15 00:12:43 +09:00
Move module_extend cache file out of the config directory
This commit is contained in:
parent
54d6385e2a
commit
3c8b586fac
2 changed files with 3 additions and 3 deletions
|
|
@ -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__']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue