We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5981afc commit 46e2527Copy full SHA for 46e2527
web/edit/dns/index.php
@@ -212,7 +212,7 @@
212
$_SESSION['ok_msg'] = __('Changes has been saved.');
213
}
214
215
- if ($_GET['record_id'] != $_POST['v_record_id']) {
+ if ((empty($_SESSION['error_msg'])) && ($_GET['record_id'] != $_POST['v_record_id'])) {
216
header("Location: /edit/dns/?domain=".$_GET['domain']."&record_id=".$_POST['v_record_id']);
217
exit;
218
0 commit comments