mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
mobile view setting error fix in sitemap
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12348 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2e26ee83b1
commit
0a5002a8a9
1 changed files with 3 additions and 0 deletions
|
|
@ -960,6 +960,9 @@ class moduleAdminController extends module
|
|||
$oModuleModel = getModel('module');
|
||||
$moduleInfo = $oModuleModel->getModuleInfoByMenuItemSrl($menuItemSrl);
|
||||
|
||||
// designSettings is not original module info, so unset
|
||||
unset($moduleInfo->designSettings);
|
||||
|
||||
$useMobile = $useMobile != 'Y' ? 'N' : 'Y';
|
||||
|
||||
$moduleInfo->use_mobile = $useMobile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue