mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix styling of cached widget
This commit is contained in:
parent
884aba864e
commit
8bd7f6e466
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ class widgetController extends widget
|
|||
$cache_data = Rhymix\Framework\Cache::get('widget_cache:' . $widget_sequence);
|
||||
if ($cache_data)
|
||||
{
|
||||
return $cache_data;
|
||||
return preg_replace('@<\!--#Meta:@', '<!--Meta:', $cache_data);
|
||||
}
|
||||
|
||||
$oWidget = $this->getWidgetObject($widget);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue