mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
issue 2367 fixed a skin_vars value type.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11622 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
37ed9f9d3a
commit
b7aaef0e01
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
$mid = Context::get('mid');
|
||||
$skin = Context::get('skin');
|
||||
$skinVars = Context::get('skin_vars');
|
||||
$skinVars = json_decode($skinVars);
|
||||
|
||||
// Get the layout information.
|
||||
if(!$layoutSrl || !$module)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue