@@ -67,7 +67,7 @@ |
||
67 | 67 | try{ |
68 | 68 | $this->sendMail->sendTestMail(); |
69 | 69 | $result['success'] = true; |
70 | - }catch (Swift_TransportException $e) { |
|
70 | + } catch (Swift_TransportException $e) { |
|
71 | 71 | $result['success'] = false; |
72 | 72 | } |
73 | 73 |