From a9b0429d9aeee0a56837c1db4b22c7dd3d8fe5bf Mon Sep 17 00:00:00 2001 From: devjin Date: Wed, 31 Oct 2012 07:03:32 +0000 Subject: [PATCH] issue 2369 change variable name. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11991 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/module/module.model.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/module/module.model.php b/modules/module/module.model.php index 3032c1beb..ccdc56906 100644 --- a/modules/module/module.model.php +++ b/modules/module/module.model.php @@ -781,7 +781,12 @@ **/ public function getModuleSkinInfoList() { - $module = Context::get('module_name'); + $module = Context::get('module_type'); + + if($module == 'ARTICLE') + { + $module = 'page'; + } $skinType = Context::get('skin_type');