]> _ Git - fluidbook-toolbox.git/commitdiff
wait #3993 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Nov 2020 15:37:32 +0000 (16:37 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Nov 2020 15:37:32 +0000 (16:37 +0100)
app/Http/Controllers/Admin/Operations/ReportOperation.php

index 8a48ebf82ba8841619c07c4ecfd3edf9856c36e6..8fe3e890622ace2dd5b51d71370b1c75155c0b9c 100644 (file)
@@ -63,6 +63,7 @@ trait ReportOperation
                 }
             }
 
+
             if (null !== $email) {
                 if (!isset($users[$email])) {
                     $users[$email] = ['totalAttempts' => 0, 'attemptsBeforePassing' => 0, 'passed' => false, 'worstScore' => 100, 'bestScore' => 0];