diff --git a/includes/special/SpecialNotifications.php b/includes/special/SpecialNotifications.php index a2365ba50..8a9f676e9 100644 --- a/includes/special/SpecialNotifications.php +++ b/includes/special/SpecialNotifications.php @@ -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; }