mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#800 위젯 캐시 사용 시, 위젯이 제대로 출력되지 않는 버그 수정
This commit is contained in:
parent
cdc7378aae
commit
5b44577d7a
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