Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -1125,7 +1125,7 @@ |
1126 | 1126 | * Get the URL of the file description page. |
1127 | 1127 | */ |
1128 | 1128 | function getDescriptionUrl() { |
1129 | | - return $this->title->getLocalUrl( $this->getName() ); |
| 1129 | + return $this->title->getLocalUrl(); |
1130 | 1130 | } |
1131 | 1131 | |
1132 | 1132 | /** |