Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be...
[lhc/web/wiklou.git] / includes / api / ApiQueryAllpages.php
index 46abcda..9b5b0a7 100644 (file)
@@ -53,7 +53,7 @@ class ApiQueryAllpages extends ApiQueryGeneratorBase {
                wfProfileOut($this->getModuleProfileName() . '-getDB');
 
                wfProfileIn($this->getModuleProfileName() . '-parseParams');
-               $limit = $from = $namespace = $filterredir = null;
+               $limit = $from = $namespace = $filterredir = $prefix = null;
                extract($this->extractRequestParams());
 
                $this->addTables('page');