break; the line

This commit is contained in:
Ibnu Maksum
2024-03-19 09:34:28 +07:00
parent 130451e1ae
commit 24e45db017
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ switch ($action) {
}else{
r2(U . 'voucher/list-activated', 'e', Lang::T('Not Found'));
}
break;
default:
$ui->display('a404.tpl');
}