Completed
Pull Request — master (#238)
by
unknown
05:52 queued 02:00
created
src/Log/Mail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
                  . $info
202 202
                  . $footer
203 203
                  . '</body></html>';
204
-        $state   = $result->allOk() ? 'OK' : ($result->backupOkButSkipsOrFails() ? 'WARNING' : 'ERROR');
204
+        $state = $result->allOk() ? 'OK' : ($result->backupOkButSkipsOrFails() ? 'WARNING' : 'ERROR');
205 205
 
206 206
         $this->mailer->Subject = $this->subject . ' [' . ($this->isSimulation ? 'SIMULATION' : $state) . ']';
207 207
         $this->mailer->setFrom($this->senderMail, $this->senderName);
Please login to merge, or discard this patch.