Passed
Push — master ( 5272c2...0682fa )
by Stefan
06:39
created
core/diag/Logopath.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -173,10 +173,11 @@
 block discarded – undo
173 173
         ];
174 174
         
175 175
         // add exalted human-readable information to main mail body
176
-        foreach ($this->mailStack as $oneEntry)
177
-        if (isset($this->additionalFindings['INTERACTIVE_ENDUSER_AUTH_TIMESTAMP'])) {
176
+        foreach ($this->mailStack as $oneEntry) {
177
+                if (isset($this->additionalFindings['INTERACTIVE_ENDUSER_AUTH_TIMESTAMP'])) {
178 178
             $oneEntry["body"] .= _("Authentication/Attempt Timestamp of user session:") ." ".$this->additionalFindings['INTERACTIVE_ENDUSER_AUTH_TIMESTAMP']."\n";
179 179
         }
180
+        }
180 181
         if (isset($this->additionalFindings['INTERACTIVE_ENDUSER_MAC'])) {
181 182
             $oneEntry["body"] .= _("MAC address of end user in question:") ." ".$this->additionalFindings['INTERACTIVE_ENDUSER_MAC']."\n";
182 183
         }
Please login to merge, or discard this patch.