diff --git a/includes/model/Notification.php b/includes/model/Notification.php index a94b66558..7192d29bb 100644 --- a/includes/model/Notification.php +++ b/includes/model/Notification.php @@ -144,7 +144,7 @@ class EchoNotification extends EchoAbstractEntity implements Bundleable { if ( $this->event->getCategory() === 'edit-user-talk' ) { $notifUser->flagCacheWithNewTalkNotification(); - $this->mUser->setNewTalk( true ); + $this->user->setNewtalk( true ); } Hooks::run( 'EchoCreateNotificationComplete', array( $this ) ); }