From: Platonides Date: Sun, 25 Jul 2010 21:37:03 +0000 (+0000) Subject: Kill $wgUseRootUser variable. X-Git-Tag: 1.31.0-rc.0~35922 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=22fe86fa88efb5f3b567035781f6fdf82344b8aa;p=lhc%2Fweb%2Fwiklou.git Kill $wgUseRootUser variable. --- diff --git a/maintenance/fixSlaveDesync.php b/maintenance/fixSlaveDesync.php index 55acc444ea..c07ee0d550 100644 --- a/maintenance/fixSlaveDesync.php +++ b/maintenance/fixSlaveDesync.php @@ -22,9 +22,6 @@ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); class FixSlaveDesync extends Maintenance { public function __construct() { - global $wgUseRootUser; - $wgUseRootUser = true; - parent::__construct(); $this->mDescription = "";