Stopped extended config adding to files array

This commit is contained in:
Luke Fitzgerald 2010-07-09 02:45:56 -07:00
parent 80516cba2f
commit def70cd67f

View File

@ -17,8 +17,7 @@ class Phergie_Extended_Config extends Phergie_Config {
Phergie_Config_Exception::ERR_ARRAY_NOT_RETURNED
);
}
$this->files[$file] = array_keys($settings);
$this->settings += $settings;
return $this;