Fix warning in addon list page

This commit is contained in:
Kijin Sung 2016-02-10 00:13:32 +09:00
parent c63e312d4a
commit 14d650d305

View file

@ -111,7 +111,7 @@ class addonAdminModel extends addon
if(!in_array($addon_name, array_keys($inserted_addons)))
{
// If not, type in the DB type (model, perhaps because of the hate doing this haneungeo .. ㅡ. ㅜ)
$oAddonAdminController->doInsert($addon_name, $site_srl, $type);
$oAddonAdminController->doInsert($addon_name, $site_srl, $type, 'N', new stdClass);
// Is activated
}
else