mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 12:09:44 +01:00
fix issue #1459 Notification of Comment like indicates Post instead of Comment
This commit is contained in:
parent
ac2804ba72
commit
8e650330f8
@ -4,6 +4,6 @@ use yii\helpers\Html;
|
||||
|
||||
echo Yii::t('LikeModule.views_notifications_newLike', "%displayName% likes %contentTitle%.", array(
|
||||
'%displayName%' => '<strong>' . Html::encode($originator->displayName) . '</strong>',
|
||||
'%contentTitle%' => $this->context->getContentInfo($source->content->getPolymorphicRelation())
|
||||
'%contentTitle%' => $this->context->getContentInfo($source->getSource())
|
||||
));
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user