mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Fix CI
This commit is contained in:
@@ -575,7 +575,6 @@ function createUserFromThirdparty($authentication, $thirdpartywithuser)
|
||||
$thirdparty->fax = $thirdpartywithuser['fax'];
|
||||
$thirdparty->email = $thirdpartywithuser['email'];
|
||||
$thirdparty->url = $thirdpartywithuser['url'];
|
||||
$thirdparty->ape = $thirdpartywithuser['ape'];
|
||||
$thirdparty->idprof1 = $thirdpartywithuser['prof1'];
|
||||
$thirdparty->idprof2 = $thirdpartywithuser['prof2'];
|
||||
$thirdparty->idprof3 = $thirdpartywithuser['prof3'];
|
||||
|
||||
Reference in New Issue
Block a user