From: Sam Reed Date: Mon, 27 Jun 2011 23:25:41 +0000 (+0000) Subject: Followup r90923, best to actually use displayPrefix X-Git-Tag: 1.31.0-rc.0~29237 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=3b9ae2ba4f5daa0bedc97fbc5557fccd19e8b30d;p=lhc%2Fweb%2Fwiklou.git Followup r90923, best to actually use displayPrefix --- diff --git a/includes/specials/SpecialAllmessages.php b/includes/specials/SpecialAllmessages.php index f457c9589b..316aaec5fb 100644 --- a/includes/specials/SpecialAllmessages.php +++ b/includes/specials/SpecialAllmessages.php @@ -164,7 +164,7 @@ class AllmessagesTablePager extends TablePager { Xml::label( wfMsg( 'allmessages-prefix' ), 'mw-allmessages-form-prefix' ) . "\n " . - Xml::input( 'prefix', 20, str_replace( '_', ' ', $this->prefix ), array( 'id' => 'mw-allmessages-form-prefix' ) ) . + Xml::input( 'prefix', 20, str_replace( '_', ' ', $this->displayPrefix ), array( 'id' => 'mw-allmessages-form-prefix' ) ) . "\n \n