dever 7 years ago
parent
commit
2e5450761d
1 changed files with 1 additions and 1 deletions
  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;
 		}