From b7aaef0e016ba17fc95610c2d44796b72dd60d13 Mon Sep 17 00:00:00 2001 From: devjin Date: Mon, 8 Oct 2012 07:59:51 +0000 Subject: [PATCH] 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 --- modules/layout/layout.view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/layout/layout.view.php b/modules/layout/layout.view.php index 7c16fcc44..777308759 100644 --- a/modules/layout/layout.view.php +++ b/modules/layout/layout.view.php @@ -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)