dever 7 лет назад
Родитель
Сommit
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;
 		}