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 @@
2323
2424 class FixSlaveDesync extends Maintenance {
2525 public function __construct() {
26 - global $wgUseRootUser;
27 - $wgUseRootUser = true;
28 -
2926 parent::__construct();
3027 $this->mDescription = "";
3128

Follow-up revisions

RevisionCommit summaryAuthorDate
r76791Fix for r69917: Should be using DB_ADMIN if we were using $wgUseRootUserdemon13:44, 16 November 2010

Status & tagging log