mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
Merge pull request #609 from KMCProject/devel-content
content 위젯 php 5.4 호환성 개선
This commit is contained in:
commit
5d233c0cf4
1 changed files with 1 additions and 0 deletions
|
|
@ -746,6 +746,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