From: Aaron Schulz Date: Wed, 15 May 2013 20:00:29 +0000 (-0700) Subject: Fixed bug where FORCE INDEX did not make it to the SQL. X-Git-Tag: 1.31.0-rc.0~19664 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=b0b4988737d3b2785e2441dc780e1ebb34df29b4;p=lhc%2Fweb%2Fwiklou.git Fixed bug where FORCE INDEX did not make it to the SQL. Change-Id: Id19d7b2e9453faf9031a7409329376b98a2fbb17 --- diff --git a/includes/specials/SpecialActiveusers.php b/includes/specials/SpecialActiveusers.php index 34a4135a83..38850433d3 100644 --- a/includes/specials/SpecialActiveusers.php +++ b/includes/specials/SpecialActiveusers.php @@ -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