mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
NOISSUE PHP 5.4 이상 호환성 개선.
This commit is contained in:
parent
742af78932
commit
41ff8ace3b
32 changed files with 365 additions and 113 deletions
|
|
@ -229,6 +229,7 @@ class addonAdminController extends addonController
|
|||
*/
|
||||
function doInsert($addon, $site_srl = 0, $gtype = 'site', $isUsed = 'N')
|
||||
{
|
||||
$args = new stdClass;
|
||||
$args->addon = $addon;
|
||||
$args->is_used = $isUsed;
|
||||
if($gtype == 'global')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue