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