mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Need to use empty persistformvar
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
}
|
||||
|
||||
//add or update the database
|
||||
if (!empty($_POST["persistformvar"])) {
|
||||
if (empty($_POST["persistformvar"])) {
|
||||
|
||||
//used for debugging
|
||||
if (!empty($_POST["debug"]) && $_POST["debug"] == "true") {
|
||||
|
||||
Reference in New Issue
Block a user