Skip to content

Commit

Permalink
Merge pull request #2 from kerkness/master
Browse files Browse the repository at this point in the history
Updated to support Kohana 3.2+
Thank's to kerkness
  • Loading branch information
2bj committed May 31, 2012
2 parents b3c8eba + f2bc735 commit a4bd821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/pushko/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct($channel, $name = NULL)
$name = self::$default_config_name;
}

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

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

0 comments on commit a4bd821

Please sign in to comment.