mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix missing default parameter in addonAdminController
This commit is contained in:
parent
91718ec722
commit
0b388cdd99
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class addonAdminController extends addonController
|
|||
* @param string $isUsed Whether to use
|
||||
* @return Object
|
||||
*/
|
||||
function doInsert($addon, $site_srl = 0, $gtype = 'site', $isUsed = 'N', $extra_vars)
|
||||
function doInsert($addon, $site_srl = 0, $gtype = 'site', $isUsed = 'N', $extra_vars = null)
|
||||
{
|
||||
$args = new stdClass;
|
||||
$args->addon = $addon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue