Passed
Push — master ( e155c6...a0a06d )
by Andreas
10:43
created
lib/org/openpsa/mail/exec/test-html.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.
lib/org/openpsa/mail/exec/test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.