From def70cd67f4237281e22774798e0d52060229456 Mon Sep 17 00:00:00 2001 From: Luke Fitzgerald Date: Fri, 9 Jul 2010 02:45:56 -0700 Subject: Stopped extended config adding to files array --- plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Irc/extlib') diff --git a/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php b/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php index ea7368adf..9d53726f4 100644 --- a/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php +++ b/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php @@ -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; -- cgit v1.2.3-54-g00ecf