mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 19:32:15 +09:00
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:
parent
d33c717fd5
commit
a9b0429d9a
1 changed files with 6 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue