mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "Don't set title to Main Page for user-rights notifications"
This commit is contained in:
commit
db322eec76
|
@ -650,7 +650,6 @@ class EchoHooks {
|
||||||
EchoEvent::create(
|
EchoEvent::create(
|
||||||
array(
|
array(
|
||||||
'type' => 'user-rights',
|
'type' => 'user-rights',
|
||||||
'title' => Title::newMainPage(),
|
|
||||||
'extra' => array(
|
'extra' => array(
|
||||||
'user' => $user->getID(),
|
'user' => $user->getID(),
|
||||||
'add' => $add,
|
'add' => $add,
|
||||||
|
|
Loading…
Reference in a new issue