mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
#19162037 fixed Module extend
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7738 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0d99dfa32
commit
28038c24ec
1 changed files with 3 additions and 2 deletions
|
|
@ -328,11 +328,12 @@
|
|||
$str = sprintf($str, join(',',$arr));
|
||||
|
||||
FileHandler::writeFile($cache_file, $str);
|
||||
}
|
||||
|
||||
|
||||
if(file_exists($cache_file)) {
|
||||
$GLOBALS['__MODULE_EXTEND__'] = include($cache_file);
|
||||
|
||||
} else {
|
||||
|
||||
$GLOBALS['__MODULE_EXTEND__'] = array();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue