diff options
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 9c919994f..f69c6e61b 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -1178,7 +1178,7 @@ function conf_update_param($param, $value, $updateGlobal=false, $parser=null) } else { - $dbValue = $value; + $dbValue = boolean_to_string($value); } $query = ' |