Closed phobia closed 13 years ago
Changed all calls to Kohana::config(...) into Kohana::$config->load(...) in order for the module to work with Kohana 3.2
Kohana::config(...)
Kohana::$config->load(...)
Doh, just realized that sp1ky had done the same here: https://github.com/mixu/useradmin/pull/7
Changed all calls to
Kohana::config(...)
intoKohana::$config->load(...)
in order for the module to work with Kohana 3.2