mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
wizard: s/break/die
This commit is contained in:
parent
6ba6098b50
commit
367d2e201b
@ -90,7 +90,7 @@ switch ($xml) {
|
||||
break;
|
||||
default:
|
||||
print_info_box(gettext('ERROR: Could not find wizard file.'));
|
||||
break;
|
||||
die;
|
||||
}
|
||||
|
||||
global $listtags;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user