From: Siebrand Mazeland Date: Tue, 3 Nov 2009 06:56:29 +0000 (+0000) Subject: Fix parse error from r58419 X-Git-Tag: 1.31.0-rc.0~38996 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=e5e9095bd672475796e78cc3f89f5622c91b1792;p=lhc%2Fweb%2Fwiklou.git Fix parse error from r58419 --- diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index 357907401e..724875e0a0 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -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.', ); }