From 15f016d1cbc3516701410829d1c2137e21d91a31 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 11 Sep 2008 02:03:34 +0000 Subject: [PATCH] Remove unused global declaration. --- includes/api/ApiRollback.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.20.1