Fix bug #444
authorJehan-Guillaume <[email protected]>
Thu, 17 Apr 2014 17:48:22 +0000 (19:48 +0200)
committerRobert Treat <[email protected]>
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'];