diff options
| author | Rasmus Fuhse <fuhse@data-quest.de> | 2025-07-10 08:32:09 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-07-10 10:32:09 +0200 |
| commit | 1284a27e6cf95a55f8cce006a670396045ca2e7a (patch) | |
| tree | 97e52021e16f8fb20c49d803639040e1b9d19e35 /lib | |
| parent | 73a016f48fa1882b5513f35ac729f7b22dc957ae (diff) | |
Resolve "Wiki: automatisches Speichern funktioniert nicht, wenn "Benachrichtigungen über Javascript" deaktivert ist"
Closes #4847, #4848, and #935
Merge request studip/studip!4337
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/include/html_head.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php index e3a021e..a6321c8 100644 --- a/lib/include/html_head.inc.php +++ b/lib/include/html_head.inc.php @@ -59,8 +59,7 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']); }, jsupdate_enable: <?= json_encode( is_object($GLOBALS['perm']) && - $GLOBALS['perm']->have_perm('autor') && - PersonalNotifications::isActivated()) ?>, + $GLOBALS['perm']->have_perm('autor')) ?>, config: <?= json_encode([ 'ACTIONMENU_THRESHOLD' => Config::get()->ACTION_MENU_THRESHOLD, 'ENTRIES_PER_PAGE' => Config::get()->ENTRIES_PER_PAGE, |
