Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 40537d4e erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: consider empty global_process_id

Übergeordneter 2a6132e3
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
3 Merge Requests!55fix: global process id is always available,!54fix: global process id is always available,!53fix: global process id is always available
......@@ -268,11 +268,14 @@ public function __construct(array $data = [])
}
$this->id = (int)$data['id'];
$this->globalProcessId = $data['global_process_id'];
$this->hash = $data['hash'];
$this->cDate = $data['c_date'];
$this->cUser = (int)$data['c_user'];
if (!empty($data['global_process_id'])) {
$this->globalProcessId = $data['global_process_id'];
}
$this->setDataBaseData($data);
try {
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren