aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/blubber.php
diff options
context:
space:
mode:
authorRasmus Fuhse <fuhse@data-quest.de>2022-03-31 14:17:41 +0000
committerAndré Noack <noack@data-quest.de>2022-03-31 14:17:41 +0000
commitb7802baa589843f44f5cbed5a04dd522bd54daa0 (patch)
tree5129c94b428c3b1dbf9aaccc12b64e38b3d6bff7 /app/controllers/blubber.php
parent8073d9c7cb2e8e187cbfb776b865ec9ba2623c25 (diff)
Resolve "Unbegrenzte Veranstaltungen haben Startzeitpunkt!"
Diffstat (limited to 'app/controllers/blubber.php')
-rw-r--r--app/controllers/blubber.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/blubber.php b/app/controllers/blubber.php
index 7f45ea8..35a8d7e 100644
--- a/app/controllers/blubber.php
+++ b/app/controllers/blubber.php
@@ -406,7 +406,6 @@ class BlubberController extends AuthenticatedController
$course = new Course();
$course['name'] = Request::get('name');
$course['status'] = array_shift($studgroup_sem_types);
- $course['start_time'] = Semester::findCurrent()->beginn;
$course->store();
if ($_FILES['avatar'] && $_FILES['avatar']['error'] !== UPLOAD_ERR_NO_FILE) {