Merge pull request #6229 from annando/issue-5911

Issue 5911: Fix for fetching the correct user
This commit is contained in:
Hypolite Petovan 2018-12-03 07:40:14 -05:00 committed by GitHub
commit bfe809f60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);