mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
#451 getEnv 에서 변수체크 추가
This commit is contained in:
parent
6024868c60
commit
d9f393d556
1 changed files with 0 additions and 1 deletions
|
|
@ -389,7 +389,6 @@ class adminAdminModel extends admin
|
||||||
$info['widget'] = "";
|
$info['widget'] = "";
|
||||||
$oWidgetModel = getModel('widget');
|
$oWidgetModel = getModel('widget');
|
||||||
$widget_list = $oWidgetModel->getDownloadedWidgetList();
|
$widget_list = $oWidgetModel->getDownloadedWidgetList();
|
||||||
$widget_list = NULL;
|
|
||||||
if($widget_list) foreach($widget_list as $widget)
|
if($widget_list) foreach($widget_list as $widget)
|
||||||
{
|
{
|
||||||
if(in_array($widget->widget, $skip['widget']))
|
if(in_array($widget->widget, $skip['widget']))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue