From: Jehan-Guillaume Date: Thu, 17 Apr 2014 17:48:22 +0000 (+0200) Subject: Fix bug #444 X-Git-Tag: REL_7-12-1~33^2~29 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=aa4fb61f7cfd0a76b9ebb7af9b107add6683f410;p=phppgadmin.git Fix bug #444 https://sourceforge.net/p/phppgadmin/bugs/444/ --- diff --git a/classes/PluginManager.php b/classes/PluginManager.php index 203808f1..981266e0 100644 --- a/classes/PluginManager.php +++ b/classes/PluginManager.php @@ -30,6 +30,8 @@ class PluginManager { function __construct($language) { global $conf, $lang; + if (! isset($conf['plugins'])) return; + // Get the activated plugins $plugins = $conf['plugins'];