issue 2369 change variable name.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11991 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-10-31 07:03:32 +00:00
parent d33c717fd5
commit a9b0429d9a

View file

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