diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-04-28 11:42:31 +0200 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2025-04-28 11:42:31 +0200 |
| commit | 3539991a6e0bd7ea5c2be93bd5958513e940b70e (patch) | |
| tree | e711d54690e64262b41652d595c9b72032b69fd9 /lib/include/html_head.inc.php | |
| parent | f304ad1e231e68128fae9055b681242a7c728e3c (diff) | |
Resolve "Töne in den neuen Benachrichtigungen ausbauen"
Closes #5562
Merge request studip/studip!4186
Diffstat (limited to 'lib/include/html_head.inc.php')
| -rw-r--r-- | lib/include/html_head.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php index 18fc27e..f65ba14 100644 --- a/lib/include/html_head.inc.php +++ b/lib/include/html_head.inc.php @@ -68,8 +68,6 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']); 'ENTRIES_PER_PAGE' => Config::get()->ENTRIES_PER_PAGE, 'OPENGRAPH_ENABLE' => Config::get()->OPENGRAPH_ENABLE, '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()) ?>, |
