mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #1665 external page not loaded in mobile if mobile page path is not set, contrary to documentation
This commit is contained in:
parent
b3725443c5
commit
bff045f585
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class pageMobile extends pageView
|
|||
{
|
||||
$this->cache_file = sprintf("./files/cache/opage/%d.%s.m.cache.php", $this->module_info->module_srl, Context::getSslStatus());
|
||||
$this->interval = (int)($this->module_info->page_caching_interval);
|
||||
$this->path = $this->module_info->mpath;
|
||||
$this->path = $this->module_info->mpath ?: $this->module_info->path;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue