mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +09:00
issue 2369
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12081 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f64d12f45c
commit
64ec92686c
1 changed files with 4 additions and 2 deletions
|
|
@ -818,8 +818,10 @@
|
|||
|
||||
$layoutSrl = Context::get('layout_srl');
|
||||
|
||||
$isSkinFix = Context::get('is_skin_fix');
|
||||
$isSkinFix = ($is_skin_fix == 'N') ? 'N' : 'Y';
|
||||
$skinFixTargetValue = ($skinType == 'M') ? 'is_mskin_fix' : 'is_skin_fix';
|
||||
$isSkinFix = Context::get($skinFixTargetValue);
|
||||
|
||||
$isSkinFix = ($isSkinFix == 'N') ? 'N' : 'Y';
|
||||
|
||||
$skinName = Context::get('skin_name');
|
||||
$skinVars = Context::get('skin_vars');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue