Index: trunk/phase3/includes/filerepo/FileRepo.php |
— | — | @@ -307,7 +307,7 @@ |
308 | 308 | */ |
309 | 309 | function makeUrl( $query = '', $entry = 'index' ) { |
310 | 310 | $ext = isset( $this->scriptExtension ) ? $this->scriptExtension : '.php'; |
311 | | - return wfAppendQuery( "{$this->scriptDirUrl}/{$entry}{$ext}?", $query ); |
| 311 | + return wfAppendQuery( "{$this->scriptDirUrl}/{$entry}{$ext}", $query ); |
312 | 312 | } |
313 | 313 | |
314 | 314 | /** |