diff --git a/src/Config.php b/src/Config.php index eaa203b..b42abb2 100644 --- a/src/Config.php +++ b/src/Config.php @@ -224,7 +224,7 @@ Class Config { } for ($i=0; $i < count($exploded_key) - 1; $i++) { $k = $exploded_key[$i]; - if (!array_key_exists($k, $config)) + if (!array_key_exists($k, $parent)) $parent[$k] = array(); $parent = &$parent[$k]; }