dever 7 年之前
父節點
當前提交
2e5450761d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tm/lib/Controller/EventsController.class.php

+ 1 - 1
tm/lib/Controller/EventsController.class.php

@@ -604,7 +604,7 @@ class EventsController extends Controller {
 			$isMobile = true;
 		}
 		*/
-		if (preg_match ( '/MicroMessenger/i', $user_agent )) {
+		if (preg_match ( '/MicroMessenger|Mobile/i', $user_agent )) {
 			$isMobile = true;
 		}