diff --git a/php/savesettings.php b/php/savesettings.php index 5655e9bc..f53d4648 100644 --- a/php/savesettings.php +++ b/php/savesettings.php @@ -11,7 +11,7 @@ function validIP($address){ // Check for existance of variable // and test it only if it exists -function istrue($argument) { +function istrue(&$argument) { $ret = false; if(isset($argument)) {