The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / api / ApiQueryBacklinks.php
index c875df3..a799c7d 100644 (file)
@@ -122,7 +122,7 @@ class ApiQueryBacklinks extends ApiQueryGeneratorBase {
                if ($redirect)
                        $this->addWhereFld('page_is_redirect', 0);
 
-               $db = $this->getDB();
+               $db = $this->getDB();
                if (!is_null($continue)) {
                        $plfrm = intval($this->contID);
                        if ($this->contLevel == 0) {