summaryrefslogtreecommitdiff
path: root/plugins/Irc/extlib
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Irc/extlib')
-rw-r--r--plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php3
1 files changed, 1 insertions, 2 deletions
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;