Merged in marcoAntonioNina/processmaker/BY-205 (pull request #3845)
BY-205
This commit is contained in:
@@ -175,6 +175,7 @@ class AppDocumentDrive
|
||||
$data = [];
|
||||
while ($rsAppDelegation->next()) {
|
||||
$row = $rsAppDelegation->getRow();
|
||||
if (!empty($row['USR_UID'])) {
|
||||
if ($user->userExists($row['USR_UID'])) {
|
||||
$data = [];
|
||||
$data[] = $user->load($row['USR_UID']);
|
||||
@@ -186,6 +187,7 @@ class AppDocumentDrive
|
||||
$this->addUserEmail($dataUser["USR_EMAIL"]);
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (Exception $exception) {
|
||||
error_log('Error: ' . $exception);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user