Add missing break....

This commit is contained in:
Ludovic Poujol 2019-09-06 16:26:14 +02:00
parent 9523fff658
commit 6438732ea4
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ if (isset($_POST['submit'])) {
break;
}
break;
}
}