Fix bug #444
authorJehan-Guillaume <jgdr@dalibo.com>
Thu, 17 Apr 2014 17:48:22 +0000 (19:48 +0200)
committerRobert Treat <robert@omniti.com>
Mon, 30 Oct 2017 22:31:50 +0000 (18:31 -0400)
https://sourceforge.net/p/phppgadmin/bugs/444/

classes/PluginManager.php

index 203808f1edb58d2d565375f6594b6a60fa1418b0..981266e04180d2478c34af5324ca4bc35a786c4a 100644 (file)
@@ -30,6 +30,8 @@ class PluginManager {
        function __construct($language) {
                global $conf, $lang;
 
+               if (! isset($conf['plugins'])) return;
+
                // Get the activated plugins
                $plugins = $conf['plugins'];