r89297 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r89296
|
r89297
|
r89298
>
Date:
22:04, 1 June 2011
Author:
platonides
Status:
reverted (
Comments
)
Tags:
Comment:
Not silly, but parser error (
r89263
)... fixing
PHP Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in ExtensionUpdater.php on line 7
Modified paths:
/trunk/phase3/includes/installer/ExtensionUpdater.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/ExtensionUpdater.php
—
—
@@ -4,7 +4,7 @@
5
5
6
6
// overload the constructor, so the init and hooks don't get called
7
7
// while still have all the patching code without duplicating
8
- public __construct( DatabaseBase &$db, $shared, Maintenance $maintenance = null ) {
8
+ public function __construct( DatabaseBase &$db, $shared, Maintenance $maintenance = null ) {
9
9
$this->db = $db;
10
10
$this->shared = $shared;
11
11
$this->maintenance = $maintenance;
Follow-up revisions
Revision
Commit summary
Author
Date
r89586
Revert
r89263
,
r89297
,
r89347
: unclear whether this is needed; DatabaseUpdate...
brion
18:35, 6 June 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r89263
* suggestion for ExtensionUpdater that would handle DB install/update of exte...
freakolowsky
15:15, 1 June 2011
Comments
#
Comment by
Brion VIBBER
(
talk
|
contribs
)
18:36, 6 June 2011
Reverted for now in
r89586
along with parent
r89263
.
Status & tagging log
18:36, 6 June 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r89297
[
removed:
ok
added:
reverted]
00:59, 2 June 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r89297
[
removed:
new
added:
ok]