Revision: 46006
Author:   aaron
Date:     2009-01-22 07:34:18 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
Fix filelist link

Modified Paths:
--------------
    trunk/phase3/skins/CologneBlue.php

Modified: trunk/phase3/skins/CologneBlue.php
===================================================================
--- trunk/phase3/skins/CologneBlue.php  2009-01-22 06:15:39 UTC (rev 46005)
+++ trunk/phase3/skins/CologneBlue.php  2009-01-22 07:34:18 UTC (rev 46006)
@@ -262,7 +262,7 @@
 
                $s .= $this->menuHead( "qbspecialpages" )
                  . $this->specialLink( "newpages" )
-                 . $sep . $this->specialLink( "imagelist" )
+                 . $sep . $this->specialLink( "listfiles" )
                  . $sep . $this->specialLink( "statistics" );
                if ( $wgUser->isLoggedIn() && $wgEnableUploads ) {
                        $s .= $sep . $this->specialLink( "upload" );



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to