mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
NOISSUE 불필요 제거.
This commit is contained in:
parent
0a00f74238
commit
9a8127367d
1 changed files with 0 additions and 6 deletions
|
|
@ -791,12 +791,6 @@ class moduleModel extends module
|
|||
// Check if cached file exists
|
||||
$cache_file = sprintf(_XE_PATH_ . "files/cache/module_info/%s.%s.%s.php", $module, Context::getLangType(), __XE_VERSION__);
|
||||
|
||||
if(file_exists($cache_file))
|
||||
{
|
||||
$module_info = include($cache_file);
|
||||
if($module_info === 1 || !is_object($module_info)) $re_cache = TRUE;
|
||||
}
|
||||
|
||||
// Update if no cache file exists or it is older than xml file
|
||||
if(!file_exists($cache_file) || filemtime($cache_file) < filemtime($xml_file) || $re_cache)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue