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