Fix issue with Edit Domain Setting.
This commit is contained in:
parent
6781a9b5f0
commit
72f58c944a
|
|
@ -332,7 +332,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||||
$domain_setting_enabled = $row["domain_setting_enabled"];
|
$domain_setting_enabled = $row["domain_setting_enabled"];
|
||||||
$domain_setting_description = $row["domain_setting_description"];
|
$domain_setting_description = $row["domain_setting_description"];
|
||||||
}
|
}
|
||||||
unset($sql, $parameters, $row);
|
unset($sql, $parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
//show the header
|
//show the header
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue