Fix a bunch of notices. Error was "Notice: Found alias defined for (some uppercased...
[lhc/web/wiklou.git] / includes / Skin.php
index d729152..27746df 100644 (file)
@@ -1160,7 +1160,7 @@ class Skin extends Linker {
                                        SpecialPage::getTitleFor( 'Userlogout' ), wfMsg( 'logout' ),
                                        array(), array( 'returnto' => $returnTo )
                                ),
-                               $this->specialLink( 'preferences' ),
+                               $this->specialLink( 'Preferences' ),
                        ) );
                }
 
@@ -1214,7 +1214,7 @@ class Skin extends Linker {
 
                $s = array(
                        $this->mainPageLink(),
-                       $this->specialLink( 'recentchanges' )
+                       $this->specialLink( 'Recentchanges' )
                );
 
                if ( $wgOut->isArticleRelated() ) {