From: Aaron Schulz Date: Thu, 1 May 2008 23:28:49 +0000 (+0000) Subject: $userText X-Git-Tag: 1.31.0-rc.0~47952 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=700003a329380e11ad74d7211b5cc439c58a58f9;p=lhc%2Fweb%2Fwiklou.git $userText --- diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index 3ff2187803..f880ec2903 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -138,7 +138,7 @@ class NewPagesForm { $hidden = implode( "\n", $hidden ); $ut = Title::makeTitleSafe( NS_USER, $options['username'] ); - $encUser = $ut ? $ut->getText() : ''; + $userText = $ut ? $ut->getText() : ''; $form = Xml::openElement( 'form', array( 'method' => 'get', 'action' => $wgScript ) ) . Xml::hidden( 'title', $self->getPrefixedDBkey() ) . @@ -159,7 +159,7 @@ class NewPagesForm { Xml::label( wfMsg( 'newpages-username' ), 'mw-np-username' ) . " " . - Xml::input( 'username', 30, $encUser, array( 'id' => 'mw-np-username' ) ) . + Xml::input( 'username', 30, $userText, array( 'id' => 'mw-np-username' ) ) . " " : "" ) . "