mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
파일캐시 사용시 위젯 캐시부분이 갱신되지않는 문제수정
This commit is contained in:
parent
5debdea06f
commit
7c0c4dd7ba
1 changed files with 2 additions and 2 deletions
|
|
@ -401,8 +401,8 @@ class widgetController extends widget
|
|||
if($oCacheHandler->isSupport())
|
||||
{
|
||||
$key = 'widget_cache:' . $widget_sequence;
|
||||
|
||||
$cache_body = $oCacheHandler->get($key);
|
||||
|
||||
$cache_body = $oCacheHandler->get($key, RX_TIME - $widget_cache);
|
||||
$cache_body = preg_replace('@<\!--#Meta:@', '<!--Meta:', $cache_body);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue