Fixed bug where FORCE INDEX did not make it to the SQL.
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 15 May 2013 20:00:29 +0000 (13:00 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 15 May 2013 20:00:29 +0000 (13:00 -0700)
Change-Id: Id19d7b2e9453faf9031a7409329376b98a2fbb17

includes/specials/SpecialActiveusers.php

index 34a4135..3885043 100644 (file)
@@ -109,7 +109,7 @@ class ActiveUsersPager extends UsersPager {
                }
 
                return array(
-                       'tables' => 'recentchanges',
+                       'tables' => array( 'recentchanges' ),
                        'fields' => array(
                                'user_name' => 'rc_user_text', // for Pager inheritance
                                'rc_user_text', // for Pager