wiki
wiki copied to clipboard
Wiki Stream Entry:
File wikiPageEdited.php:
It seems to show the wrong user: originator <> editor:
echo Yii::t('WikiModule.base', '{userName} edited the Wiki page "{wikiPageTitle}".', [ '{userName}' => Html::tag('strong', Html::encode($originator->displayName)), '{wikiPageTitle}' => Html::encode($this->context->getContentInfo($source, false)), ]); Can we show the editor username instead of the originator?