r106715 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106714‎ | r106715 | r106716 >
Date:22:40, 19 December 2011
Author:jeroendedauw
Status:deferred
Tags:educationprogram 
Comment:
Follow up to r106712; fix failed fix
Modified paths:
  • /trunk/extensions/EducationProgram/includes/EPPager.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/includes/EPPager.php
@@ -258,7 +258,7 @@
259259 return
260260 '<fieldset>' .
261261 '<legend>' . wfMsgHtml( 'ep-pager-showonly' ) . '</legend>' .
262 - '<form method="post" action="' . htmlspecialchars( wfAppendQuery( $GLOBALS['wgScript'], array( 'title', $title ) ) ) . '">' .
 262+ '<form method="post" action="' . htmlspecialchars( wfAppendQuery( $GLOBALS['wgScript'], array( 'title' => $title ) ) ) . '">' .
263263 Html::hidden( 'title', $title ) .
264264 implode( '', $controls ) .
265265 '&#160;<input type="submit" class="ep-pager-go" value="' . wfMsgHtml( 'ep-pager-go' ) . '">' .

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106712fix escaping issuejeroendedauw22:30, 19 December 2011

Status & tagging log