bugfixes#1

This commit is contained in:
Ricsi
2016-11-23 09:17:27 +00:00
parent c4caabe6d4
commit d678ee8d70
5 changed files with 27 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ if (isset($_POST['action'])) {
$every_week = isset($_POST['every_week']);
if ($every_week) unset($_POST['every_week']);
training::create_training($_POST, $every_week);
header("Location: /admin/trainings/");
break;