From 28cbc058b469c3e9653701ab1c1e4f9e071c858b Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 12 Dec 2007 19:30:17 +0000 Subject: [PATCH] API: Adding missing description for leprop parameter --- includes/api/ApiQueryLogEvents.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index 87eaeb2249..b23b6a5b7a 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -245,6 +245,7 @@ class ApiQueryLogEvents extends ApiQueryBase { protected function getParamDescription() { return array ( + 'prop' => 'Which properties to get', 'type' => 'Filter log entries to only this type(s)', 'start' => 'The timestamp to start enumerating from.', 'end' => 'The timestamp to end enumerating.', -- 2.20.1