diff --git a/www/setup/setup.php b/www/setup/setup.php index d9ca7af8..bf3cced7 100644 --- a/www/setup/setup.php +++ b/www/setup/setup.php @@ -101,7 +101,7 @@ unset($_POST['_ACTION']); unset($_POST['_SUBMIT']); - $error = ((function_exists($action)) ? $action() : ''); + $error = ((function_exists($action ?? '')) ? $action() : ''); if($configfile=='') $error .= "
'configfile' for this step is missing"; if($error=='') {