diff --git a/config.php b/config.php index 108d0b2..5f438c9 100644 --- a/config.php +++ b/config.php @@ -76,6 +76,8 @@ class config if (! isset ($conf[$param][$key])) $conf[$param][$key] = $val; } + if (count ($conf[$param]) > 1 && isset ($conf[$param]["not configured"])) + unset ($conf[$param]["not configured"]); return $conf[$param]; } return $this->default[$param];