diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-02-27 21:00:52 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-02-27 21:00:52 +0100 |
| commit | eadf56304d3481d533841b0cd0fec198b5a72e3f (patch) | |
| tree | a8460f8fb639b00651c06dc16e5110688ad8a042 /app/controllers/my_courses.php | |
| parent | ea81d27a628a4c4df304bc3465ee057eeed85f80 (diff) | |
re #5201
Diffstat (limited to 'app/controllers/my_courses.php')
| -rw-r--r-- | app/controllers/my_courses.php | 2 |
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(''), |
