r64226 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64225‎ | r64226 | r64227 >
Date:21:42, 26 March 2010
Author:yaron
Status:deferred
Tags:
Comment:
Added initialization of $fullname variable, to avoid PHP notice
Modified paths:
  • /trunk/extensions/OpenID/SpecialOpenIDLogin.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenID/SpecialOpenIDLogin.body.php
@@ -258,6 +258,7 @@
259259 }
260260
261261 # These options won't exist if we can't get them.
 262+ $fullname = null;
262263 if ( array_key_exists( 'fullname', $sreg ) ) {
263264 $fullname = $sreg['fullname'];
264265 }

Status & tagging log