diff --git a/app/gateways/gateway_edit.php b/app/gateways/gateway_edit.php index a000579396..cd441e1b6a 100644 --- a/app/gateways/gateway_edit.php +++ b/app/gateways/gateway_edit.php @@ -334,6 +334,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //set defaults if (strlen($enabled) == 0) { $enabled = "true"; } if (strlen($register) == 0) { $register = "true"; } + if (strlen($retry_seconds) == 0) { $retry_seconds = "30"; } //show the header require_once "resources/header.php"; @@ -514,7 +515,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-retry_seconds'].":\n"; echo "\n"; echo "\n"; - if (strlen($retry_seconds) == 0) { $retry_seconds = "60"; } echo " \n"; echo "
\n"; echo $text['description-retry_seconds']."\n";