@@ -4,7 +4,7 @@ |
||
4 | 4 | midcom::get()->auth->require_admin_user(); |
5 | 5 | $post = Request::createFromGlobals()->request; |
6 | 6 | |
7 | -if ( !$post->get('to') |
|
7 | +if (!$post->get('to') |
|
8 | 8 | || !$post->get('from')) { |
9 | 9 | ?> |
10 | 10 | <h2>Send test email</h2> |
@@ -4,7 +4,7 @@ |
||
4 | 4 | midcom::get()->auth->require_admin_user(); |
5 | 5 | $post = Request::createFromGlobals()->request; |
6 | 6 | |
7 | -if ( !$post->get('to') |
|
7 | +if (!$post->get('to') |
|
8 | 8 | || !$post->get('from')) { |
9 | 9 | ?> |
10 | 10 | <h2>Send test email</h2> |