dever %!s(int64=7) %!d(string=hai) anos
pai
achega
2e5450761d
Modificáronse 1 ficheiros con 1 adicións e 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;
 			$isMobile = true;
 		}
 		}
 		*/
 		*/
-		if (preg_match ( '/MicroMessenger/i', $user_agent )) {
+		if (preg_match ( '/MicroMessenger|Mobile/i', $user_agent )) {
 			$isMobile = true;
 			$isMobile = true;
 		}
 		}