mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
위젯 캐시 재생성시 생기는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6122 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c17c78ee06
commit
4a0de0b094
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@
|
|||
foreach($lang_list as $lang_type => $val) {
|
||||
$cache_file = sprintf('%s%d.%s.cache', $this->cache_path, $sequence, $lang_type);
|
||||
if(!file_exists($cache_file)) continue;
|
||||
$oWidget->getCache($widget, $args, $lang_type, true);
|
||||
$this->getCache($widget, $args, $lang_type, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue