Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be...
[lhc/web/wiklou.git] / includes / api / ApiQueryWatchlist.php
index 595cb75..dbe01c9 100644 (file)
@@ -59,7 +59,7 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase {
 
                        $user = (false !== array_search('user', $prop));
                        $comment = (false !== array_search('comment', $prop));
-                       $timestamp = (false !== array_search('timestamp', $prop));
+                       $timestamp = (false !== array_search('timestamp', $prop)); // TODO: $timestamp not currently being used.
                        $patrol = (false !== array_search('patrol', $prop));
 
                        if ($patrol) {