dever hace 7 años
padre
commit
2e5450761d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}