Index: trunk/phase3/includes/api/ApiQueryLogEvents.php |
— | — | @@ -329,6 +329,7 @@ |
330 | 330 | 'title', |
331 | 331 | 'type', |
332 | 332 | 'user', |
| 333 | + 'userid', |
333 | 334 | 'timestamp', |
334 | 335 | 'comment', |
335 | 336 | 'parsedcomment', |
— | — | @@ -376,6 +377,7 @@ |
377 | 378 | ' title - Adds the title of the page for the log event', |
378 | 379 | ' type - Adds the type of log event', |
379 | 380 | ' user - Adds the user responsible for the log event', |
| 381 | + ' userid - Adds the user id who was responsible for the log event', |
380 | 382 | ' timestamp - Adds the timestamp for the event', |
381 | 383 | ' comment - Adds the comment of the event', |
382 | 384 | ' parsedcomment - Adds the parsed comment of the event', |