From: Roan Kattouw Date: Wed, 12 Dec 2007 19:30:17 +0000 (+0000) Subject: API: Adding missing description for leprop parameter X-Git-Tag: 1.31.0-rc.0~50445 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=28cbc058b469c3e9653701ab1c1e4f9e071c858b;p=lhc%2Fweb%2Fwiklou.git API: Adding missing description for leprop parameter --- 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.',