위젯 캐시 재생성시 생기는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6122 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-15 09:59:12 +00:00
parent c17c78ee06
commit 4a0de0b094

View file

@ -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);
}
}
}