From fda2159499c0461c3f8734792b9f2756db502eae Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 28 May 2010 10:07:33 +0200 Subject: update to 1.15.4 --- includes/api/ApiQueryAllUsers.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/api') diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index 5f9ff064..76d97abd 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -71,7 +71,7 @@ class ApiQueryAllUsers extends ApiQueryBase { } if ($params['witheditsonly']) - $this->addWhere('user_editcount > 0'); + $this->addWhere('u1.user_editcount > 0'); if ($fld_groups) { // Show the groups the given users belong to @@ -232,6 +232,6 @@ class ApiQueryAllUsers extends ApiQueryBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiQueryAllUsers.php 46845 2009-02-05 14:30:59Z catrope $'; + return __CLASS__ . ': $Id: ApiQueryAllUsers.php 66948 2010-05-27 07:47:39Z tstarling $'; } -} \ No newline at end of file +} -- cgit v1.2.2