From: Chad Horohoe Date: Thu, 11 Sep 2008 02:03:34 +0000 (+0000) Subject: Remove unused global declaration. X-Git-Tag: 1.31.0-rc.0~45367 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=15f016d1cbc3516701410829d1c2137e21d91a31;p=lhc%2Fweb%2Fwiklou.git Remove unused global declaration. --- diff --git a/includes/api/ApiRollback.php b/includes/api/ApiRollback.php index 816ef8c753..70d803576a 100644 --- a/includes/api/ApiRollback.php +++ b/includes/api/ApiRollback.php @@ -37,7 +37,6 @@ class ApiRollback extends ApiBase { } public function execute() { - global $wgUser; $this->getMain()->requestWriteMode(); $params = $this->extractRequestParams();