mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Merge pull request #718 from izuzero/develop-module-bugfix
module.insertModule 함수 모바일 스킨 관련 버그 수정.
This commit is contained in:
commit
3ca13e3001
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ class moduleController extends module
|
|||
}
|
||||
else
|
||||
{
|
||||
if(isset($args->is_skin_fix))
|
||||
if(isset($args->is_mskin_fix))
|
||||
{
|
||||
$args->is_mskin_fix = ($args->is_mskin_fix != 'Y') ? 'N' : 'Y';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue