X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPrefixindex.php;h=6848d2cbe30ff4e117243ab379d3105cfb0026d9;hb=eb0758923dfe6c99b9c9a2a8b9436409e44551de;hp=3ca3a85307655c79a7ec5765ba0924bae38e9625;hpb=b5b6b477790a05823a81d5fbbf5e48af420cfbc7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 3ca3a85307..6848d2cbe3 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -138,11 +138,11 @@ class SpecialPrefixindex extends SpecialAllPages { } /** - * @param int $namespace Default NS_MAIN + * @param int $namespace * @param string $prefix * @param string $from List all pages from this name (default false) */ - protected function showPrefixChunk( $namespace = NS_MAIN, $prefix, $from = null ) { + protected function showPrefixChunk( $namespace, $prefix, $from = null ) { global $wgContLang; if ( $from === null ) {