Another fatal in r58419
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 3 Nov 2009 14:00:20 +0000 (14:00 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 3 Nov 2009 14:00:20 +0000 (14:00 +0000)
includes/api/ApiQueryRecentChanges.php

index 0d5d5db..5b292e2 100644 (file)
@@ -495,7 +495,7 @@ class ApiQueryRecentChanges extends ApiQueryBase {
                                'For example, to see only minor edits done by logged-in users, set show=minor|!anon'
                        ),
                        'type' => 'Which types of changes to show.',
-                       'limit' => 'How many total changes to return.'
+                       'limit' => 'How many total changes to return.',
                        'tag' => 'Only list changes tagged with this tag.',
                );
        }