From e5e9095bd672475796e78cc3f89f5622c91b1792 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 3 Nov 2009 06:56:29 +0000 Subject: [PATCH] Fix parse error from r58419 --- includes/api/ApiQueryLogEvents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', ); } -- 2.20.1