merge from luminous 11590 ~ 11593

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11594 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-10-04 09:29:55 +00:00
parent 30a61a0cb9
commit 3ca52fedc8
3 changed files with 14 additions and 6 deletions

View file

@ -49,6 +49,7 @@ class memberMobile extends memberView
$layout_info = $oLayoutModel->getLayout($this->member_config->mlayout_srl);
if($layout_info)
{
$this->module_info->mlayout_srl = $this->member_config->mlayout_srl;
$this->setLayoutPath($layout_info->path);
}
}