chg: fix findoriginaluuid typo

pull/8129/head
Jeroen Pinoy 2022-02-04 11:10:49 +01:00
parent 0016eceb2a
commit 7a93ffd423
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 1 additions and 1 deletions

View File

@ -6753,7 +6753,7 @@ class Event extends AppModel
)
);
if (!empty($original_uuid)) {
return ['Attribute']['uuid'];
return $original_uuid['Attribute']['uuid'];
}
$original_uuid = $this->Object->find(
'first',