mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
PHP 5.4 이상에서의 호환성 문제 개선.
This commit is contained in:
parent
2bf31f566a
commit
7daa63cedf
9 changed files with 22 additions and 17 deletions
|
|
@ -176,7 +176,7 @@ class moduleAdminController extends module
|
|||
$errorLog = array();
|
||||
foreach($clones as $mid => $browser_title)
|
||||
{
|
||||
$clone_args = null;
|
||||
$clone_args = new stdClass;
|
||||
$clone_args = clone $module_info;
|
||||
$clone_args->module_srl = null;
|
||||
$clone_args->content = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue