Index: trunk/phase3/includes/LogPage.php |
— | — | @@ -66,6 +66,7 @@ |
67 | 67 | 'log_action' => $this->action, |
68 | 68 | 'log_timestamp' => $dbw->timestamp( $now ), |
69 | 69 | 'log_user' => $this->doer->getId(), |
| 70 | + 'log_user_text' => $this->doer->getName(), |
70 | 71 | 'log_namespace' => $this->target->getNamespace(), |
71 | 72 | 'log_title' => $this->target->getDBkey(), |
72 | 73 | 'log_comment' => $this->comment, |