The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / api / ApiQueryRevisions.php
index 4b77546..d2c0436 100644 (file)
@@ -149,7 +149,7 @@ class ApiQueryRevisions extends ApiQueryBase {
                $count = 0;
                $res = $this->select(__METHOD__);
 
-               $db = $this->getDB();
+               $db = $this->getDB();
                while ($row = $db->fetchObject($res)) {
 
                        if (++ $count > $limit) {