Index: trunk/extensions/EducationProgram/includes/EPPager.php |
— | — | @@ -258,7 +258,7 @@ |
259 | 259 | return |
260 | 260 | '<fieldset>' . |
261 | 261 | '<legend>' . wfMsgHtml( 'ep-pager-showonly' ) . '</legend>' . |
262 | | - '<form method="post" action="' . htmlspecialchars( $GLOBALS['wgScript'] . '?title=' . $title ) . '">' . |
| 262 | + '<form method="post" action="' . htmlspecialchars( wfAppendQuery( $GLOBALS['wgScript'], array( 'title', $title ) ) ) . '">' . |
263 | 263 | Html::hidden( 'title', $title ) . |
264 | 264 | implode( '', $controls ) . |
265 | 265 | ' <input type="submit" class="ep-pager-go" value="' . wfMsgHtml( 'ep-pager-go' ) . '">' . |