r106714 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106713‎ | r106714 | r106715 >
Date:22:38, 19 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
Follow up to r106713; this code does not like me :(
Modified paths:
  • /trunk/extensions/Contest/specials/SpecialContest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/specials/SpecialContest.php
@@ -303,7 +303,7 @@
304304 $this->getOutput()->addHTML(
305305 '<fieldset>' .
306306 '<legend>' . wfMsgHtml( 'contest-contest-showonly' ) . '</legend>' .
307 - '<form method="post" action="' . htmlspecialchars( wfAppendQuery( $GLOBALS['wgScript'], array( 'title', $title ) ) ) . '">' .
 307+ '<form method="post" action="' . htmlspecialchars( wfAppendQuery( $GLOBALS['wgScript'], array( 'title' => $title ) ) ) . '">' .
308308 Html::hidden( 'title', $title ) .
309309 $this->getDropdownHTML(
310310 'challenge',

Follow-up revisions

RevisionCommit summaryAuthorDate
r106838MFT r106452, r106603, r106708, r106709, r106713, r106714reedy19:15, 20 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106713Follow up to r106452; proper escapejeroendedauw22:31, 19 December 2011

Status & tagging log