r73332 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73331‎ | r73332 | r73333 >
Date:15:35, 19 September 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix for r53290
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllmessages.php
@@ -81,7 +81,7 @@
8282
8383 $out = Xml::openElement( 'form', array( 'method' => 'get', 'action' => $wgScript, 'id' => 'mw-allmessages-form' ) ) .
8484 Xml::fieldset( wfMsg( 'allmessages-filter-legend' ) ) .
85 - Xml::hidden( 'title', $this->getTitle() ) .
 85+ Xml::hidden( 'title', $this->getTitle()->getPrefixedText() ) .
8686 Xml::openElement( 'table', array( 'class' => 'mw-allmessages-table' ) ) . "\n" .
8787 '<tr>
8888 <td class="mw-label">' .

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53290Add hidden title, would otherwise go to the main page with ugly urls for some...nikerabbit06:26, 15 July 2009

Status & tagging log