Passed
Push — teampass_3.0 ( 66a471...ca4dee )
by Nils
04:34
created
sources/main.queries.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2501,7 +2501,9 @@
 block discarded – undo
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']);
Please login to merge, or discard this patch.