@@ -458,8 +458,9 @@ |
||
| 458 | 458 | $mail->Body = $txt; |
| 459 | 459 | |
| 460 | 460 | $sent = $mail->send(); |
| 461 | - if ( $sent === FALSE) |
|
| 462 | - $this->loggerInstance->debug(1, 'Mailing on RADIUS problem failed'); |
|
| 461 | + if ( $sent === FALSE) { |
|
| 462 | + $this->loggerInstance->debug(1, 'Mailing on RADIUS problem failed'); |
|
| 463 | + } |
|
| 463 | 464 | } |
| 464 | 465 | /** |
| 465 | 466 | * check if URL responds with 200 |