From: Niklas Laxström Date: Wed, 15 Jul 2009 06:26:49 +0000 (+0000) Subject: Add hidden title, would otherwise go to the main page with ugly urls for some reason X-Git-Tag: 1.31.0-rc.0~40938 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=b9adb1f235506895cc3ff19c322624f090b40c82;p=lhc%2Fweb%2Fwiklou.git Add hidden title, would otherwise go to the main page with ugly urls for some reason --- diff --git a/includes/specials/SpecialAllmessages.php b/includes/specials/SpecialAllmessages.php index 8b0ff19319..2090c9a664 100644 --- a/includes/specials/SpecialAllmessages.php +++ b/includes/specials/SpecialAllmessages.php @@ -52,6 +52,7 @@ class SpecialAllmessages extends SpecialPage { ksort( $languages ); $out = "
\n" . + Xml::hidden( 'title', $this->getTitle() ) . Xml::element( 'legend', null, wfMsg( 'allmessages' ) ) . "\n" . "
" . Xml::label( wfMsg('allmessages-prefix'), 'am-form-prefix' ) .