From 038301df2c0410ab0d8ce05fa96d9c30c7e4442f Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 3 Nov 2009 14:00:20 +0000 Subject: [PATCH] Another fatal in r58419 --- includes/api/ApiQueryRecentChanges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryRecentChanges.php b/includes/api/ApiQueryRecentChanges.php index 0d5d5db95d..5b292e290f 100644 --- a/includes/api/ApiQueryRecentChanges.php +++ b/includes/api/ApiQueryRecentChanges.php @@ -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.', ); } -- 2.20.1