修复 风格切换问题
This commit is contained in:
parent
21c4be10d5
commit
5c0c7c7f6a
|
@ -713,7 +713,7 @@ class discuz_application extends discuz_base{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->var['setting']['mobile']['allowmnew'] && !defined('IN_MOBILE_API') && $this->var['setting']['styleid2']) {
|
if(defined('IN_NEWMOBILE') && $this->var['setting']['mobile']['allowmnew'] && $this->var['setting']['styleid2']) {
|
||||||
$styleid = $this->var['setting']['styleid2'];
|
$styleid = $this->var['setting']['styleid2'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue