Index: trunk/phase3/includes/specials/SpecialAllmessages.php |
— | — | @@ -81,7 +81,7 @@ |
82 | 82 | |
83 | 83 | $out = Xml::openElement( 'form', array( 'method' => 'get', 'action' => $wgScript, 'id' => 'mw-allmessages-form' ) ) . |
84 | 84 | Xml::fieldset( wfMsg( 'allmessages-filter-legend' ) ) . |
85 | | - Xml::hidden( 'title', $this->getTitle() ) . |
| 85 | + Xml::hidden( 'title', $this->getTitle()->getPrefixedText() ) . |
86 | 86 | Xml::openElement( 'table', array( 'class' => 'mw-allmessages-table' ) ) . "\n" . |
87 | 87 | '<tr> |
88 | 88 | <td class="mw-label">' . |