mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +00:00
Merge "Special:Notifications JS even when no local notifications"
This commit is contained in:
commit
3eda03ac98
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue