mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Fix bogus variable usage
Change-Id: I9100648d5b6be63a697a8660def33e592d010688
This commit is contained in:
parent
c2fa519478
commit
cfa0aa099a
|
@ -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 ) );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue