Skip to content
Snippets Groups Projects
Commit 279363bc authored by David Siegfried's avatar David Siegfried
Browse files

prevent php8-warnings, closes #3432

Closes #3432

Merge request studip/studip!2332
parent 9739e627
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ class Course_AdmissionController extends AuthenticatedController
CSRFProtection::verifyUnsafeRequest();
PageLayout::setTitle(_('Anmeldemodus ändern'));
$request = null;
$question = null;
if (Request::submitted('change_admission_prelim')) {
$request = Request::extract('admission_prelim int, admission_binding submitted, admission_prelim_txt');
$request = array_diff_key($request, array_filter($this->is_locked));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment