From: Sam Reed Date: Sat, 28 Aug 2010 00:57:58 +0000 (+0000) Subject: r71834, params and desc would be good X-Git-Tag: 1.31.0-rc.0~35291 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=63623255e515932e88aba8c4432e630934ba142e;p=lhc%2Fweb%2Fwiklou.git r71834, params and desc would be good --- diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index c28dd5c47e..5d6ad089fc 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -329,6 +329,7 @@ class ApiQueryLogEvents extends ApiQueryBase { 'title', 'type', 'user', + 'userid', 'timestamp', 'comment', 'parsedcomment', @@ -376,6 +377,7 @@ class ApiQueryLogEvents extends ApiQueryBase { ' title - Adds the title of the page for the log event', ' type - Adds the type of log event', ' user - Adds the user responsible for the log event', + ' userid - Adds the user id who was responsible for the log event', ' timestamp - Adds the timestamp for the event', ' comment - Adds the comment of the event', ' parsedcomment - Adds the parsed comment of the event',