From: Roan Kattouw Date: Tue, 3 Nov 2009 14:00:20 +0000 (+0000) Subject: Another fatal in r58419 X-Git-Tag: 1.31.0-rc.0~38993 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=038301df2c0410ab0d8ce05fa96d9c30c7e4442f;p=lhc%2Fweb%2Fwiklou.git Another fatal in r58419 --- 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.', ); }