From f2bc73563048dcac653e862d852c6ddcdf5d83d2 Mon Sep 17 00:00:00 2001 From: Ryan Kerkness Date: Thu, 31 May 2012 11:39:11 -0500 Subject: [PATCH] Updating to work with update Kohana config files --- classes/pushko/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/pushko/core.php b/classes/pushko/core.php index 9251791..299c1b5 100644 --- a/classes/pushko/core.php +++ b/classes/pushko/core.php @@ -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