Fix updating using AuthExternalAWL.

This commit is contained in:
Andrew McMillan 2009-09-11 19:19:48 +12:00
parent 48eb93eaec
commit d901225813

View File

@ -170,7 +170,7 @@ EOERRMSG;
if ( $qry->Exec('Login',__LINE,__FILE__) && $qry->rows == 1 ) {
$usr = $qry->Fetch();
if ( session_validate_password( $password, $usr->password ) ) {
UpdateUserFromExternal();
UpdateUserFromExternal($usr);
return $usr;
}
}