summaryrefslogtreecommitdiff
path: root/plugins/Irc/extlib
diff options
context:
space:
mode:
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-07-09 02:45:56 -0700
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-07-09 02:45:56 -0700
commitdef70cd67f4237281e22774798e0d52060229456 (patch)
tree8b797dc6376ebe9932da6a5a103a4cf3146e9926 /plugins/Irc/extlib
parent80516cba2f550f8f6a4243adb536f3b4aaab0b5f (diff)
Stopped extended config adding to files array
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;