@@ -1834,7 +1834,9 @@ |
||
| 1834 | 1834 | $record['id'], |
| 1835 | 1835 | $_SESSION['user_id'] |
| 1836 | 1836 | ); |
| 1837 | - if ($currentUserKey === null || count($currentUserKey) === 0) continue; |
|
| 1837 | + if ($currentUserKey === null || count($currentUserKey) === 0) { |
|
| 1838 | + continue; |
|
| 1839 | + } |
|
| 1838 | 1840 | |
| 1839 | 1841 | // Decrypt itemkey with admin key |
| 1840 | 1842 | $itemKey = decryptUserObjectKey($currentUserKey['share_key'], $_SESSION['user']['private_key']); |