X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSpecialPage.php;h=9e6717fa502b04d2d345958c13e51fb315bea1c0;hb=071b7d9adf291b897a0eb47b6cb98ca68ca182e6;hp=b529f863f39c3a661237aa7b1414b1251840e224;hpb=152eb2c8624e7169eadd95628b825dd1c960e2a1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index b529f863f3..9e6717fa50 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -1,25 +1,24 @@ msg( $msg )->isBlank() && !$this->including() ) { + if ( !$this->msg( $msg )->isDisabled() && !$this->including() ) { $this->getOutput()->wrapWikiMsg( "
\n$1\n
", $msg ); }