diff options
Diffstat (limited to 'Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php')
-rw-r--r-- | Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php b/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php index a65dd43..55b7d49 100644 --- a/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php +++ b/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php @@ -259,7 +259,7 @@ class PostmanSendTestEmailAjaxController extends PostmanAbstractAjaxHandler { // the message was NOT sent successfully, generate an appropriate message for the user $statusMessage = $result ['exception']->getMessage(); - $this->logger->debug( 'statusmessage: ' . $statusMessage ); + $this->logger->debug( 'statusmessage: ' . $statusMessage ); // compose the JSON response for the caller $response = array( |