mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +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
|
|
@ -167,7 +167,7 @@ class moduleController extends module
|
|||
if(!in_array($type,array('model','controller','view','api','mobile'))) return false;
|
||||
if(in_array($parent_module, array('module','addon','widget','layout'))) return false;
|
||||
|
||||
$cache_file = './files/config/module_extend.php';
|
||||
$cache_file = './files/cache/common/module_extend.php';
|
||||
FileHandler::removeFile($cache_file);
|
||||
|
||||
$args = new stdClass;
|
||||
|
|
@ -189,7 +189,7 @@ class moduleController extends module
|
|||
*/
|
||||
function deleteModuleExtend($parent_module, $extend_module, $type, $kind='')
|
||||
{
|
||||
$cache_file = './files/config/module_extend.php';
|
||||
$cache_file = './files/cache/common/module_extend.php';
|
||||
FileHandler::removeFile($cache_file);
|
||||
|
||||
$args = new stdClass;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue