mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#742 이슈 외 php54 호환성 개선.
This commit is contained in:
parent
eec20ea827
commit
0b972b48e8
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ class page extends ModuleObject
|
|||
|
||||
if(count($skin_update_srls)>0)
|
||||
{
|
||||
$skin_args = new stdClass;
|
||||
$skin_args->module_srls = implode(',',$skin_update_srls);
|
||||
$skin_args->is_skin_fix = "Y";
|
||||
$ouput = executeQuery('page.updateSkinFix', $skin_args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue