mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
php 5.4 호환성 개선
This commit is contained in:
parent
cfb99c1088
commit
af6d032872
1 changed files with 1 additions and 0 deletions
|
|
@ -743,6 +743,7 @@ class content extends WidgetHandler
|
|||
if(!is_array($content_items[$module_srl]) || !count($content_items[$module_srl])) continue;
|
||||
|
||||
unset($tab_item);
|
||||
$tab_item = new stdClass();
|
||||
$tab_item->title = $content_items[$module_srl][0]->getBrowserTitle();
|
||||
$tab_item->content_items = $content_items[$module_srl];
|
||||
$tab_item->domain = $content_items[$module_srl][0]->getDomain();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue