Use original config class as readArray was added upstream
This commit is contained in:
parent
7caff948f6
commit
4c4dc65712
|
@ -75,7 +75,7 @@ class IrcManager extends ImManager {
|
|||
$nickservpassword = isset($this->plugin->nickservpassword) ? $this->plugin->nickservpassword : '';
|
||||
$channels = isset($this->plugin->channels) ? $this->plugin->channels : array();
|
||||
|
||||
$config = new Phergie_Extended_Config;
|
||||
$config = new Phergie_Config;
|
||||
$config->readArray(
|
||||
array(
|
||||
// One array per connection, pretty self-explanatory
|
||||
|
|
Loading…
Reference in New Issue
Block a user