#451 getEnv 에서 변수체크 추가

This commit is contained in:
akasima 2014-02-10 10:40:21 +09:00
parent 6024868c60
commit d9f393d556

View file

@ -389,7 +389,6 @@ class adminAdminModel extends admin
$info['widget'] = "";
$oWidgetModel = getModel('widget');
$widget_list = $oWidgetModel->getDownloadedWidgetList();
$widget_list = NULL;
if($widget_list) foreach($widget_list as $widget)
{
if(in_array($widget->widget, $skip['widget']))