From 1ad2745292abd074e65e295dc6bf74ba4c1bfc10 Mon Sep 17 00:00:00 2001 From: Marcos Zuriaga Date: Sun, 2 Oct 2016 19:34:07 +0200 Subject: [PATCH] Added missing fields to jsonSerialize --- lib/Db/SharingACL.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Db/SharingACL.php b/lib/Db/SharingACL.php index af4d89dd..2ea1ef3b 100644 --- a/lib/Db/SharingACL.php +++ b/lib/Db/SharingACL.php @@ -73,6 +73,9 @@ class SharingACL extends PermissionEntity implements \JsonSerializable 'created' => $this->getCreated(), 'expire' => $this->getExpire(), 'permissions' => $this->getPermissions(), + 'vault_id' => $this->getVaultId(), + 'vault_guid' => $this->getVaultGuid(), + 'shared_key' => $this->getSharedKey(), ]; } } \ No newline at end of file