mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix warning in addon list page
This commit is contained in:
parent
c63e312d4a
commit
14d650d305
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue