From 367d2e201bc3037cfe9c75541ecf3157406004b5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 11 Feb 2017 17:00:46 +0100 Subject: [PATCH] wizard: s/break/die --- src/www/wizard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/wizard.php b/src/www/wizard.php index 8fc8824b8..2188dad2b 100644 --- a/src/www/wizard.php +++ b/src/www/wizard.php @@ -90,7 +90,7 @@ switch ($xml) { break; default: print_info_box(gettext('ERROR: Could not find wizard file.')); - break; + die; } global $listtags;