mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 18:32:52 +09:00
#18865278 : out page path problem fixed
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7467 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
45dba7b1fd
commit
a34a0674ec
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@
|
|||
}
|
||||
|
||||
Context::set('site_module_info', $site_module_info);
|
||||
if($site_module_info->site_srl && isSiteID($site_module_info->domain)) Context::set('vid', $site_module_info->domain, true);
|
||||
|
||||
if($site_module_info->site_srl && isSiteID($site_module_info->domain)) Context::set('vid', $site_module_info->domain);
|
||||
$this->db_info->lang_type = $site_module_info->default_language;
|
||||
if(!$this->db_info->lang_type) $this->db_info->lang_type = 'en';
|
||||
}
|
||||
|
|
@ -1537,7 +1537,7 @@
|
|||
$xe = _XE_PATH_;
|
||||
$path = strtr($path, "\\", "/");
|
||||
|
||||
$base_url = preg_replace('@^https?://[^/]+/+@', '', Context::getDefaultUrl());
|
||||
$base_url = preg_replace('@^https?://[^/]+/?@', '', Context::getRequestUri());
|
||||
|
||||
$_xe = explode('/', $xe);
|
||||
$_path = explode('/', $path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue