(bug 25832) query=allimages now outputs ns/title as well
[lhc/web/wiklou.git] / includes / api / ApiQueryWatchlist.php
index eef8fb6..9715632 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * API for MediaWiki 1.8+
+ *
  *
  * Created on Sep 25, 2006
  *
@@ -236,7 +236,7 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase {
                        }
 
                        if ( $this->fld_userid ) {
-                               $vals['user'] = $row->rc_user;  
+                               $vals['user'] = $row->rc_user;
                        }
 
                        if ( !$row->rc_user ) {