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 @@
259
259
}
260
260
261
261
# These options won't exist if we can't get them.
262
+ $fullname = null;
262
263
if ( array_key_exists( 'fullname', $sreg ) ) {
263
264
$fullname = $sreg['fullname'];
264
265
}
Status & tagging log
22:34, 26 March 2010
Bryan
(
talk
|
contribs
)
changed the
status
of r64226
[
removed:
new
added:
deferred]