Skip to content
Snippets Groups Projects
Commit b64edf0a authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

Update lib/classes/Seminar.class.php

parent c50cd74e
No related branches found
No related tags found
No related merge requests found
......@@ -2037,7 +2037,7 @@ class Seminar
foreach ($termine as $termin_id) {
$statement->execute([$termin_id, $user_id]);
}
if (Deputy::isActivated()()) {
if (Deputy::isActivated()) {
$other_dozenten = array_diff(array_keys($dozenten), [$user_id]);
foreach (Deputy::findByRange_id($user_id) as $default_deputy) {
if ($default_deputy->user_id != $GLOBALS['user']->id &&
......
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