aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/my_courses.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-02-27 21:00:52 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-02-27 21:00:52 +0100
commiteadf56304d3481d533841b0cd0fec198b5a72e3f (patch)
treea8460f8fb639b00651c06dc16e5110688ad8a042 /app/controllers/my_courses.php
parentea81d27a628a4c4df304bc3465ee057eeed85f80 (diff)
re #5201
Diffstat (limited to 'app/controllers/my_courses.php')
-rw-r--r--app/controllers/my_courses.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/my_courses.php b/app/controllers/my_courses.php
index 47d3099..c789bfd 100644
--- a/app/controllers/my_courses.php
+++ b/app/controllers/my_courses.php
@@ -173,7 +173,7 @@ class MyCoursesController extends AuthenticatedController
'store-url' => $this->store_groupsURL($studygroups),
'cid' => Request::get('option', ''),
])
- ->withStore(
+ ->withVuexStore(
'MyCoursesStore',
'mycoursesgroupselector',
$this->helper->createVueAppData(''),