From a46b0ac169eb4adcb82fbbb2c576f71fdb3ee3f4 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 1 Aug 2010 08:49:06 +0000 Subject: [PATCH] Revert r69907 --- includes/filerepo/LocalFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /** -- 2.20.1