X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTagsLogItem.php;h=a248c6e8b5e7b9cbedbc295357dc25f490effb94;hp=b78efafa65fef9ee45e1235641d4daa330fbadba;hb=27c61fb1e94da9114314468fd00bcf129ec064b6;hpb=0c712ce564e0bd53e28f2581a714ee8cd04b614c diff --git a/includes/changetags/ChangeTagsLogItem.php b/includes/changetags/ChangeTagsLogItem.php index b78efafa65..a248c6e8b5 100644 --- a/includes/changetags/ChangeTagsLogItem.php +++ b/includes/changetags/ChangeTagsLogItem.php @@ -44,6 +44,10 @@ class ChangeTagsLogItem extends RevisionItemBase { return 'log_user_text'; } + public function getAuthorActorField() { + return 'log_actor'; + } + public function canView() { return LogEventsList::userCan( $this->row, Revision::DELETED_RESTRICTED, $this->list->getUser() ); }