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:
devjin 2012-10-08 07:59:51 +00:00
parent 37ed9f9d3a
commit b7aaef0e01

View file

@ -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)