From: Luke Fitzgerald Date: Fri, 9 Jul 2010 09:45:56 +0000 (-0700) Subject: Stopped extended config adding to files array X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=def70cd67f4237281e22774798e0d52060229456;p=quix0rs-gnu-social.git Stopped extended config adding to files array --- diff --git a/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php b/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php index ea7368adfe..9d53726f49 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;