http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90924

Revision: 90924
Author:   reedy
Date:     2011-06-27 23:25:41 +0000 (Mon, 27 Jun 2011)
Log Message:
-----------
Followup r90923, best to actually use displayPrefix

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialAllmessages.php

Modified: trunk/phase3/includes/specials/SpecialAllmessages.php
===================================================================
--- trunk/phase3/includes/specials/SpecialAllmessages.php       2011-06-27 
23:20:31 UTC (rev 90923)
+++ trunk/phase3/includes/specials/SpecialAllmessages.php       2011-06-27 
23:25:41 UTC (rev 90924)
@@ -164,7 +164,7 @@
                                        Xml::label( wfMsg( 'allmessages-prefix' 
), 'mw-allmessages-form-prefix' ) .
                                "</td>\n
                                <td class=\"mw-input\">" .
-                                       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' ) 
) .
                                "</td>\n
                        </tr>
                        <tr>\n


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to