Revert r69907
authorSam Reed <reedy@users.mediawiki.org>
Sun, 1 Aug 2010 08:49:06 +0000 (08:49 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 1 Aug 2010 08:49:06 +0000 (08:49 +0000)
includes/filerepo/LocalFile.php

index b0f61b7..b35ba0b 100644 (file)
@@ -1125,7 +1125,7 @@ class LocalFile extends File {
         * Get the URL of the file description page.
         */
        function getDescriptionUrl() {
-               return $this->title->getLocalUrl( $this->getName() );
+               return $this->title->getLocalUrl();
        }
 
        /**