r55436 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55435‎ | r55436 | r55437 >
Date:21:06, 21 August 2009
Author:simetrical
Status:ok
Tags:
Comment:
Don't output useless value=""
Modified paths:
  • /trunk/phase3/includes/specials/SpecialResetpass.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialResetpass.php
@@ -111,8 +111,8 @@
112112 $this->pretty( array(
113113 array( 'wpName', 'username', 'text', $this->mUserName ),
114114 array( 'wpPassword', $oldpassMsg, 'password', $this->mOldpass ),
115 - array( 'wpNewPassword', 'newpassword', 'password', '' ),
116 - array( 'wpRetype', 'retypenew', 'password', '' ),
 115+ array( 'wpNewPassword', 'newpassword', 'password', null ),
 116+ array( 'wpRetype', 'retypenew', 'password', null ),
117117 ) ) . "\n" .
118118 $rememberMe .
119119 "<tr>\n" .

Status & tagging log