openvpn: fix typo in wizard redirect

This commit is contained in:
Franco Fichtner 2021-01-03 20:42:35 +01:00
parent f3e6a227e5
commit 6b407b51dd

View File

@ -532,7 +532,7 @@ function step12_submitphpaction()
if (!is_array($config['wizardtemp'])) {
$message = "No configuration found please retry again.";
header(url_safe('Location: /wizard.php?xml=openvpn&stepid=1&message=%s' . array($message)));
header(url_safe('Location: /wizard.php?xml=openvpn&stepid=1&message=%s', array($message)));
exit;
}