From: Sam Reed Date: Sun, 1 Aug 2010 08:49:06 +0000 (+0000) Subject: Revert r69907 X-Git-Tag: 1.31.0-rc.0~35809 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=a46b0ac169eb4adcb82fbbb2c576f71fdb3ee3f4;p=lhc%2Fweb%2Fwiklou.git Revert r69907 --- diff --git a/includes/filerepo/LocalFile.php b/includes/filerepo/LocalFile.php index b0f61b7a57..b35ba0b6a1 100644 --- a/includes/filerepo/LocalFile.php +++ b/includes/filerepo/LocalFile.php @@ -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(); } /**