r32154 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32153‎ | r32154 | r32155 >
Date:06:35, 19 March 2008
Author:raymond
Status:old
Tags:
Comment:
Partially merge of r32153: fix double escaping
Modified paths:
  • /branches/REL1_12/phase3/includes/SpecialMIMEsearch.php (modified) (history)

Diff [purge]

Index: branches/REL1_12/phase3/includes/SpecialMIMEsearch.php
@@ -91,7 +91,7 @@
9292 array(
9393 'id' => 'specialmimesearch',
9494 'method' => 'get',
95 - 'action' => $wgTitle->escapeLocalUrl()
 95+ 'action' => $wgTitle->getLocalUrl()
9696 )
9797 ) .
9898 Xml::inputLabel( wfMsg( 'mimetype' ), 'mime', 'mime', 20, $mime ) .

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r32153* Add a nice fieldset around the input form...raymond06:33, 19 March 2008

Status & tagging log