Merge "Fix bogus variable usage"

This commit is contained in:
jenkins-bot 2016-10-18 23:31:20 +00:00 committed by Gerrit Code Review
commit ee8598bf19

View file

@ -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 ) );
}