From d5e9a584cf4fb9f13554bda3eff350289d96f564 Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Fri, 5 Apr 2013 12:51:52 +0200 Subject: [PATCH] plugin report: Remove non used global var in constructor. --- plugins/Report/plugin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Report/plugin.php b/plugins/Report/plugin.php index 941129bc..de464a6a 100644 --- a/plugins/Report/plugin.php +++ b/plugins/Report/plugin.php @@ -18,7 +18,6 @@ class Report extends Plugin { * @param $language Current phpPgAdmin language. If it was not found in the plugin, English will be used. */ function __construct($language) { - global $data; /* loads $this->lang and $this->conf */ parent::__construct($language); -- 2.39.5