mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
If there is no mobile only ARTICLE page, the page should show the ARTICLE page for PC, according to the description of ADMIN PAGE OF ARTICLE PAGE.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12667 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5686f9a594
commit
1aae69015f
1 changed files with 6 additions and 0 deletions
|
|
@ -106,6 +106,12 @@ class pageMobile extends pageView
|
||||||
$oDocument->setDocument($document_srl);
|
$oDocument->setDocument($document_srl);
|
||||||
Context::set('document_srl', $document_srl);
|
Context::set('document_srl', $document_srl);
|
||||||
}
|
}
|
||||||
|
if(!$oDocument->isExists())
|
||||||
|
{
|
||||||
|
$document_srl = $this->module_info->document_srl;
|
||||||
|
$oDocument->setDocument($document_srl);
|
||||||
|
Context::set('document_srl', $document_srl);
|
||||||
|
}
|
||||||
Context::set('oDocument', $oDocument);
|
Context::set('oDocument', $oDocument);
|
||||||
|
|
||||||
if($this->module_info->mskin)
|
if($this->module_info->mskin)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue