Some dublicated braces removed, some fixed (broken: update depencies got registered...
[mailer.git] / inc / modules / admin / what-payments.php
index 8243393bbd7a4d14aa5710a5abbf068ace9ca275..f3f6eb75590ebf195de6953f65dc58ebfeb5f5e2 100644 (file)
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR("admin", __FILE__);
 
-if (((!REQUEST_ISSET_POST(('t_wait'))) || (!REQUEST_ISSET_POST(('payment')))) && (REQUEST_ISSET_GET(('do'))) && (REQUEST_GET('do') == "add")) {
+if (((!REQUEST_ISSET_POST(('t_wait'))) || (!REQUEST_ISSET_POST(('payment')))) && (REQUEST_ISSET_GET('do')) && (REQUEST_GET('do') == "add")) {
        REQUEST_UNSET_POST('ok');
 }