Skip to content

Commit a4bd821

Browse files
committed
Merge pull request #2 from kerkness/master
Updated to support Kohana 3.2+ Thank's to kerkness
2 parents b3c8eba + f2bc735 commit a4bd821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/pushko/core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct($channel, $name = NULL)
5656
$name = self::$default_config_name;
5757
}
5858

59-
$this->_config = Kohana::config('pushko')->$name;
59+
$this->_config = Kohana::$config->load('pushko')->$name;
6060

6161
if ( ! isset($this->_config['app_id']) OR
6262
$this->_config['app_id'] === NULL OR

0 commit comments

Comments
 (0)