r81006 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81005
|
r81006
|
r81007
>
Date:
23:37, 25 January 2011
Author:
platonides
Status:
ok
Tags:
Comment:
generateUpgradeKey() could produce NULL return, which means a fatal error when
Call to a member function isOk() in includes/installer/WebInstallerPage.php on line 1039
Modified paths:
/trunk/phase3/includes/installer/Installer.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/Installer.php
—
—
@@ -1352,6 +1352,7 @@
1353
1353
if ( strval( $this->getVar( 'wgUpgradeKey' ) ) === '' ) {
1354
1354
return $this->generateSecret( 'wgUpgradeKey', 16 );
1355
1355
}
1356
+ return Status::newGood();
1356
1357
}
1357
1358
1358
1359
/**
Follow-up revisions
Revision
Commit summary
Author
Date
r81402
1.17: MFT
r79915
,
r79957
,
r79964
,
r79990
,
r80687
,
r80999
,
r81006
,
r81011
,
r81...
catrope
16:18, 2 February 2011
Status & tagging log
16:19, 2 February 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r81006
[
removed:
1.17]
17:06, 26 January 2011
MarkAHershberger
(
talk
|
contribs
)
changed the
tags
for r81006
[
removed:
chad,roan]
17:06, 26 January 2011
MarkAHershberger
(
talk
|
contribs
)
changed the
status
of r81006
[
removed:
new
added:
ok]
05:04, 26 January 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r81006
[
added:
1.17,chad]
04:01, 26 January 2011
MarkAHershberger
(
talk
|
contribs
)
changed the
tags
for r81006
[
added:
roan]