Fix call to base class method
This commit is contained in:
@@ -16,7 +16,7 @@ class SihnonFramework_Auth_Plugin_Database_User extends Sihnon_DatabaseObject im
|
||||
protected $permissions = null;
|
||||
|
||||
public static function exists($username) {
|
||||
return static::exists('username', $username);
|
||||
return parent::exists('username', $username);
|
||||
}
|
||||
|
||||
public static function add($username, $password) {
|
||||
|
||||
Reference in New Issue
Block a user