Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be...
[lhc/web/wiklou.git] / includes / api / ApiQueryRecentChanges.php
index 7c3a90a..a25a4e0 100644 (file)
@@ -36,7 +36,7 @@ class ApiQueryRecentChanges extends ApiQueryBase {
        }
 
        public function execute() {
-               $limit = $prop = $from = $namespace = $show = $dir = $start = $end = null;
+               $limit = $prop = $namespace = $show = $dir = $start = $end = null;
                extract($this->extractRequestParams());
 
                $this->addTables('recentchanges');