From 2df6d4d0124652936eca63ab948da224711577e1 Mon Sep 17 00:00:00 2001 From: Erick Hitter Date: Wed, 26 Feb 2014 14:07:38 -0800 Subject: [PATCH] Correct syntax error introduced in d807ddfa5 --- index-wp-redis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index-wp-redis.php b/index-wp-redis.php index 369a4c7..e0e5780 100644 --- a/index-wp-redis.php +++ b/index-wp-redis.php @@ -160,7 +160,7 @@ function wp_redis_cache_get_device_type() { false !== stripos( $ua, 'Silk/' ) || false !== stripos( $ua, 'Kindle' ) || false !== stripos( $ua, 'PlayBook' ) || - false !== stripos( $ua, 'RIM Tablet' ) || + false !== stripos( $ua, 'RIM Tablet' ) ) { return 'tablet'; } -- GitLab