mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix incorrect fallback to site default skin
This commit is contained in:
parent
7357e02474
commit
02d73f3905
2 changed files with 16 additions and 9 deletions
|
|
@ -1881,7 +1881,7 @@ class moduleModel extends module
|
|||
{
|
||||
if(!$module_info->module_srl) return;
|
||||
|
||||
if(Mobile::isFromMobilePhone())
|
||||
if(Mobile::isFromMobilePhone() && $module_info->mskin !== '/USE_RESPONSIVE/')
|
||||
{
|
||||
$skin_vars = $this->getModuleMobileSkinVars($module_info->module_srl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue