Fix #1035 in message module

This commit is contained in:
Kijin Sung 2018-06-25 23:07:34 +09:00
parent bacca5d025
commit 62895c945a
2 changed files with 18 additions and 3 deletions

View file

@ -110,7 +110,7 @@ class pageMobile extends pageView
}
Context::set('oDocument', $oDocument);
if($this->module_info->mskin === '/USE_RESPsONSIVE/')
if($this->module_info->mskin === '/USE_RESPONSIVE/')
{
$template_path = sprintf("%sskins/%s/",$this->module_path, $this->module_info->skin);
if(!is_dir($template_path)||!$this->module_info->skin)