* (bug 15388) Title of Special:PrefixIndex
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 28 Sep 2008 09:31:24 +0000 (09:31 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 28 Sep 2008 09:31:24 +0000 (09:31 +0000)
RELEASE-NOTES
includes/specials/SpecialPrefixindex.php

index 89b4528..83d8585 100644 (file)
@@ -231,6 +231,7 @@ The following extensions are migrated into MediaWiki 1.14:
 * Http::request() now respects $wgHTTPtimeout when not using cURL
 * (bug 15158) Userinvalidcssjstitle not shown on preview
 * (bug 15196) Free external links should be numbered in a localised manner
+* (bug 15388) Title of Special:PrefixIndex
 
 === API changes in 1.14 ===
 
index a360d50..581d4b0 100644 (file)
@@ -11,7 +11,7 @@ class SpecialPrefixindex extends SpecialAllpages {
        protected $nsfromMsg = 'allpagesprefix';
        
        function __construct(){
-               parent::__construct( 'Prefixindex' );   
+               parent::__construct( 'Prefixindex' );
        }
        
        /**
@@ -32,7 +32,7 @@ class SpecialPrefixindex extends SpecialAllpages {
 
                $wgOut->setPagetitle( ( $namespace > 0 && in_array( $namespace, array_keys( $namespaces ) ) )
                        ? wfMsg( 'allinnamespace', str_replace( '_', ' ', $namespaces[$namespace] ) )
-                       : wfMsg( 'allarticles' )
+                       : wfMsg( 'prefixindex' )
                );
 
                if( isset( $par ) ){