Fix parse error from r58419
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 3 Nov 2009 06:56:29 +0000 (06:56 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 3 Nov 2009 06:56:29 +0000 (06:56 +0000)
includes/api/ApiQueryLogEvents.php

index 3579074..724875e 100644 (file)
@@ -329,7 +329,7 @@ class ApiQueryLogEvents extends ApiQueryBase {
                        'dir' => 'In which direction to enumerate.',
                        'user' => 'Filter entries to those made by the given user.',
                        'title' => 'Filter entries to those related to a page.',
-                       'limit' => 'How many total event entries to return.'
+                       'limit' => 'How many total event entries to return.',
                        'tag' => 'Only list event entries tagged with this tag.',
                );
        }