aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2025-03-17 09:26:32 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-24 08:54:54 +0100
commit92a5a9f6b96ac946b33b8baaad2664aefb74f0ff (patch)
treec033241ada7f2a46cfc7826b6d3bc2881243364e /templates
parentea61b2e5ee7ab9c66316e5b4859a21572e56855e (diff)
Resolve "ENABLE_COURSESET_FCFS hat keinen Effekt"
Closes #5369 Merge request studip/studip!4046
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layouts/base.php b/templates/layouts/base.php
index 19440b6..26f6414 100644
--- a/templates/layouts/base.php
+++ b/templates/layouts/base.php
@@ -67,6 +67,7 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']);
'COURSEWARE_CERTIFICATES_ENABLE' => Config::get()->COURSEWARE_CERTIFICATES_ENABLE,
'PERSONAL_NOTIFICATIONS_AUDIO_DEACTIVATED' =>
(bool) User::findCurrent()?->getConfiguration()->PERSONAL_NOTIFICATIONS_AUDIO_DEACTIVATED,
+ 'ENABLE_COURSESET_FCFS' => (bool) Config::get()->ENABLE_COURSESET_FCFS
]) ?>,
jsonapi_schemas: <?= json_encode($getJsonApiSchemas()) ?>,
}