Many misc fixes

This commit is contained in:
Deon George
2012-02-22 19:15:46 +11:00
parent f0f6479ca2
commit d9c3394b0f
14 changed files with 47 additions and 18 deletions

View File

@@ -222,7 +222,7 @@ class Auth_OSB extends Auth_ORM {
// Load the user
$user = ORM::factory('account');
$user->where($user->unique_key($username), '=', $username)->find();
$user->where('username','=',$username)->find();
}
// If the passwords match, perform a login