r71834, params and desc would be good
authorSam Reed <reedy@users.mediawiki.org>
Sat, 28 Aug 2010 00:57:58 +0000 (00:57 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 28 Aug 2010 00:57:58 +0000 (00:57 +0000)
includes/api/ApiQueryLogEvents.php

index c28dd5c..5d6ad08 100644 (file)
@@ -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',