aboutsummaryrefslogtreecommitdiff
path: root/lib/include/html_head.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include/html_head.inc.php')
-rw-r--r--lib/include/html_head.inc.php2
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()) ?>,