@@ -2501,7 +2501,9 @@ |
||
| 2501 | 2501 | $record['id'], |
| 2502 | 2502 | $_SESSION['user_id'] |
| 2503 | 2503 | ); |
| 2504 | - if (count($currentUserKey) === 0) continue; |
|
| 2504 | + if (count($currentUserKey) === 0) { |
|
| 2505 | + continue; |
|
| 2506 | + } |
|
| 2505 | 2507 | |
| 2506 | 2508 | // Decrypt itemkey with admin key |
| 2507 | 2509 | $itemKey = decryptUserObjectKey($currentUserKey['share_key'], $_SESSION['user']['private_key']); |