Merge "Special:Notifications JS even when no local notifications"

This commit is contained in:
jenkins-bot 2016-07-08 18:19:49 +00:00 committed by Gerrit Code Review
commit 3eda03ac98

View file

@ -39,7 +39,7 @@ class SpecialNotifications extends SpecialPage {
// If there are no notifications, display a message saying so
if ( !$notifications ) {
$out->addWikiMsg( 'echo-none' );
$out->addModules( array( 'ext.echo.special' ) );
return;
}