diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-02-27 15:43:55 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2025-02-27 15:43:55 +0000 |
| commit | 8ba78ce50c8cf61ad2df91ffaa19952bb5f4fff9 (patch) | |
| tree | 6bc5d5674cc9905a9e190fab21b7270b564d80c0 /lib/classes/ModulesNotification.php | |
| parent | 257f38c62b0847f76fc477c6e014c5d2a0a5bf54 (diff) | |
replace old colour group selector and notifications with vue app that uses the same underlying data as my courses, relocate my courses vue components and remove now obsolete functions from meine_seminare_func, fixes #5165, fixes #5201
Closes #5165 and #5201
Merge request studip/studip!3892
Diffstat (limited to 'lib/classes/ModulesNotification.php')
| -rw-r--r-- | lib/classes/ModulesNotification.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/classes/ModulesNotification.php b/lib/classes/ModulesNotification.php index 96aa660..22586fb 100644 --- a/lib/classes/ModulesNotification.php +++ b/lib/classes/ModulesNotification.php @@ -77,9 +77,7 @@ class ModulesNotification $this->subject = _("Stud.IP Benachrichtigung"); } - - - public function getAllNotifications ($user_id = null) + public function getAllNotifications($user_id = null) { if ($user_id === null) { $user_id = $GLOBALS['user']->id; |
