r69917 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69916
|
r69917
|
r69918
>
Date:
21:37, 25 July 2010
Author:
platonides
Status:
resolved
Tags:
Comment:
Kill $wgUseRootUser variable.
Modified paths:
/trunk/phase3/maintenance/fixSlaveDesync.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/fixSlaveDesync.php
—
—
@@ -22,9 +22,6 @@
23
23
24
24
class FixSlaveDesync extends Maintenance {
25
25
public function __construct() {
26
- global $wgUseRootUser;
27
- $wgUseRootUser = true;
28
-
29
26
parent::__construct();
30
27
$this->mDescription = "";
31
28
Follow-up revisions
Revision
Commit summary
Author
Date
r76791
Fix for
r69917
: Should be using DB_ADMIN if we were using $wgUseRootUser
demon
13:44, 16 November 2010
Status & tagging log
13:45, 16 November 2010
😂
(
talk
|
contribs
)
changed the
status
of r69917
[
removed:
ok
added:
resolved]
19:54, 31 July 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r69917
[
removed:
new
added:
ok]