mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Merge pull request #803 from smaker/develop
#800 템플릿 캐시 적용 시, 위젯 캐시가 지정된 위젯을 제대로 출력하지 못하는 버그 수정
This commit is contained in:
commit
73224e8766
1 changed files with 4 additions and 1 deletions
|
|
@ -409,7 +409,10 @@ class widgetController extends widget
|
|||
}
|
||||
}
|
||||
// cache update and cache renewal of the file mtime
|
||||
touch($cache_file);
|
||||
if(!$oCacheHandler->isSupport())
|
||||
{
|
||||
touch($cache_file);
|
||||
}
|
||||
|
||||
$oWidget = $this->getWidgetObject($widget);
|
||||
if(!$oWidget || !method_exists($oWidget,'proc')) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue