Index: branches/REL1_12/phase3/includes/SpecialMIMEsearch.php |
— | — | @@ -91,7 +91,7 @@ |
92 | 92 | array( |
93 | 93 | 'id' => 'specialmimesearch', |
94 | 94 | 'method' => 'get', |
95 | | - 'action' => $wgTitle->escapeLocalUrl() |
| 95 | + 'action' => $wgTitle->getLocalUrl() |
96 | 96 | ) |
97 | 97 | ) . |
98 | 98 | Xml::inputLabel( wfMsg( 'mimetype' ), 'mime', 'mime', 20, $mime ) . |