Fix bogus variable usage

Change-Id: I9100648d5b6be63a697a8660def33e592d010688
This commit is contained in:
Aaron Schulz 2016-10-17 19:53:10 -07:00
parent c2fa519478
commit cfa0aa099a

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