réparageation construction objet GchangeUser

This commit is contained in:
Boris 2022-10-28 14:01:45 +02:00
parent 942b41fd24
commit 937c6e3394
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class GchangeUser {
$this->userGchangeId = $gchangeObject->_id;
if (!$gchangeObject->found) {
if (isset($gchangeObject->found) and $gchangeObject->found == false) {
$this->userName = substr($gchangeObject->_id, 0, 8);