From: Luke Fitzgerald Date: Fri, 9 Jul 2010 09:43:40 +0000 (-0700) Subject: Extended Phergie_Config to allow passing config array instead of loading from file X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80516cba2f550f8f6a4243adb536f3b4aaab0b5f;p=quix0rs-gnu-social.git Extended Phergie_Config to allow passing config array instead of loading from file --- diff --git a/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php b/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php new file mode 100644 index 0000000000..ea7368adfe --- /dev/null +++ b/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php @@ -0,0 +1,26 @@ +files[$file] = array_keys($settings); + $this->settings += $settings; + + return $this; + } +}