mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
PHP 5.4에서 발생하는 호환성 문제 수정
Warning: Creating default object from empty value in /home2/xxxxxxxx/public_html/modules/widget/widget.controller.php on line 675
This commit is contained in:
parent
880b9a25b8
commit
d4e706fe40
1 changed files with 1 additions and 0 deletions
|
|
@ -667,6 +667,7 @@ class widgetController extends widget
|
|||
$widgetstyle_info = $oWidgetModel->getWidgetStyleInfo($widgetStyle);
|
||||
if(!$widgetstyle_info) return $widget_content_body;
|
||||
|
||||
$widgetstyle_extra_var = new stdClass();
|
||||
$widgetstyle_extra_var_key = get_object_vars($widgetstyle_info);
|
||||
if(count($widgetstyle_extra_var_key['extra_var']))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue