X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialRandompage.php;h=c94d2b3517b5b9ea8550b5dd8407f37ff7f838cd;hb=fd26d27c094cc962d59a7477afdc1c232f13eb2c;hp=e4f31f4cad431f4b3b39845129905ba6adf8dcef;hpb=0fcde42a6ae2dab803f20f67da70545d240eaec8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialRandompage.php b/includes/specials/SpecialRandompage.php index e4f31f4cad..c94d2b3517 100644 --- a/includes/specials/SpecialRandompage.php +++ b/includes/specials/SpecialRandompage.php @@ -64,6 +64,7 @@ class RandomPage extends SpecialPage { if ( is_null( $title ) ) { $this->setHeaders(); + // Message: randompage-nopages, randomredirect-nopages $this->getOutput()->addWikiMsg( strtolower( $this->getName() ) . '-nopages', $this->getNsList(), count( $this->namespaces ) );