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:
misol 2013-02-02 13:09:16 +00:00
parent 5686f9a594
commit 1aae69015f

View file

@ -106,6 +106,12 @@ class pageMobile extends pageView
$oDocument->setDocument($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);
if($this->module_info->mskin)