API: Adding missing description for leprop parameter
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 12 Dec 2007 19:30:17 +0000 (19:30 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 12 Dec 2007 19:30:17 +0000 (19:30 +0000)
includes/api/ApiQueryLogEvents.php

index 87eaeb2..b23b6a5 100644 (file)
@@ -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.',