Merge "Don't set title to Main Page for user-rights notifications"

This commit is contained in:
jenkins-bot 2016-06-09 17:15:51 +00:00 committed by Gerrit Code Review
commit db322eec76

View file

@ -650,7 +650,6 @@ class EchoHooks {
EchoEvent::create(
array(
'type' => 'user-rights',
'title' => Title::newMainPage(),
'extra' => array(
'user' => $user->getID(),
'add' => $add,