mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
add first login logic
This commit is contained in:
@@ -147,7 +147,11 @@ class EventController extends Controller
|
||||
}
|
||||
|
||||
$course->user_id = $instructor;
|
||||
$course->location = request('location_n'.$l.'_p'.$p);
|
||||
if (request('location_n'.$l.'_p'.$p) != null) {
|
||||
$course->location = request('location_n'.$l.'_p'.$p);
|
||||
} else {
|
||||
$course->location = "";
|
||||
}
|
||||
$course->periode = $p;
|
||||
$course->level = $l;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user