mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
issue 1563 Modified to reset the external document's location.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10325 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5d1a991981
commit
344e6b207e
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
|||
$args = Context::getRequestVars();
|
||||
$args->module = 'page';
|
||||
$args->mid = $args->page_name; //because if mid is empty in context, set start page mid
|
||||
$args->path = (!$args->path) ? '' : $args->path;
|
||||
$args->mpath = (!$args->mpath) ? '' : $args->mpath;
|
||||
unset($args->page_name);
|
||||
|
||||
if($args->use_mobile != 'Y') $args->use_mobile = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue