From 63623255e515932e88aba8c4432e630934ba142e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 28 Aug 2010 00:57:58 +0000 Subject: [PATCH] r71834, params and desc would be good --- includes/api/ApiQueryLogEvents.php | 2 ++ 1 file changed, 2 insertions(+) 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', -- 2.20.1