diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-05-28 10:07:33 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-05-28 10:07:33 +0200 |
commit | fda2159499c0461c3f8734792b9f2756db502eae (patch) | |
tree | a87dcd624c079c5417c30ef003bfdb2a29ee5079 /includes/api | |
parent | 7fc713210ca3b62b73f65797d6636dfaf489b0e1 (diff) |
update to 1.15.4
Diffstat (limited to 'includes/api')
-rw-r--r-- | includes/api/ApiQueryAllUsers.php | 6 |
1 files changed, 3 insertions, 3 deletions
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 +} |