diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-17 08:53:08 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-17 08:53:15 +0100 |
| commit | 7a6232fb4276589f55f4ba92e06c925e21a7501d (patch) | |
| tree | f1b1f9f93ac2ed9c73ad90f9a058cc0b1bdc18a9 /app/controllers/settings | |
| parent | 4f265a61c22ad367d4c5e046ce07e7a5c0c13c64 (diff) | |
fix broken notification configuration, re #6357
Diffstat (limited to 'app/controllers/settings')
| -rw-r--r-- | app/controllers/settings/notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/settings/notification.php b/app/controllers/settings/notification.php index 0fd2c4e..f108706 100644 --- a/app/controllers/settings/notification.php +++ b/app/controllers/settings/notification.php @@ -85,7 +85,7 @@ class Settings_NotificationController extends Settings_SettingsController ]) ->withVuexStore( 'MyCoursesStore', - 'mycoursesnotificationstore', + 'mycourses', app(MyCoursesHelper::class)->createVueAppData('') ) ); |
