mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
Merge "Fix bogus variable usage"
This commit is contained in:
commit
ee8598bf19
|
@ -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