Fix incorrect fallback to site default skin

This commit is contained in:
Kijin Sung 2017-07-01 21:52:36 +09:00
parent 7357e02474
commit 02d73f3905
2 changed files with 16 additions and 9 deletions

View file

@ -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);
}