Issue 5911: Fix for fetching the correct user

This commit is contained in:
Michael 2018-12-03 06:16:25 +00:00
parent 3a9db3f637
commit 51bce11b69
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ class Transmitter
$data['object'] = $item['thr-parent'];
}
$owner = User::getOwnerDataById($item['uid']);
$owner = User::getOwnerDataById($item['contact-uid']);
if (!$object_mode) {
return LDSignature::sign($data, $owner);