Internal overhaul
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
abstract class Auth extends Kohana_Auth {
|
||||
public static function instance($type=NULL) {
|
||||
public static function instance($type=NULL) {
|
||||
if (is_null($type) OR (! $type instanceof Model_Oauth))
|
||||
return parent::instance();
|
||||
|
||||
|
Reference in New Issue
Block a user