diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-21 09:29:24 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-21 09:29:24 +0000 |
| commit | b1f13ce8299d581ccb889e2d98e13574bffcc5ba (patch) | |
| tree | 644385d6fea33f831a714fc3783f8161a2cb1d86 /lib/modules | |
| parent | 7635e34c038e86e2b369b3f6edc457042ffa5b66 (diff) | |
add remaining class filename and add migration to fix the cronjobs, re #4282
Merge request studip/studip!3136
Diffstat (limited to 'lib/modules')
| -rw-r--r-- | lib/modules/CoreForum.php | 2 | ||||
| -rw-r--r-- | lib/modules/FeedbackModule.php | 2 | ||||
| -rw-r--r-- | lib/modules/GradebookModule.php | 2 | ||||
| -rw-r--r-- | lib/modules/LtiToolModule.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/modules/CoreForum.php b/lib/modules/CoreForum.php index 3a43372..0283a09 100644 --- a/lib/modules/CoreForum.php +++ b/lib/modules/CoreForum.php @@ -1,6 +1,6 @@ <?php /* - * Forum.class.php - Forum + * Forum.php - Forum * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/lib/modules/FeedbackModule.php b/lib/modules/FeedbackModule.php index 8674f62..2fc657d 100644 --- a/lib/modules/FeedbackModule.php +++ b/lib/modules/FeedbackModule.php @@ -1,7 +1,7 @@ <?php /** - * FeedbackModule.class.php - Feedback Elements for Stud.IP as Module. + * FeedbackModule.php - Feedback Elements for Stud.IP as Module. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/lib/modules/GradebookModule.php b/lib/modules/GradebookModule.php index 66886a2..45cd93e 100644 --- a/lib/modules/GradebookModule.php +++ b/lib/modules/GradebookModule.php @@ -4,7 +4,7 @@ use Grading\Definition; use Grading\Instance; /** - * GradebookModule.class.php - Gradebook API for Stud.IP. + * GradebookModule.php - Gradebook API for Stud.IP. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/lib/modules/LtiToolModule.php b/lib/modules/LtiToolModule.php index 033f5e8..74fd70a 100644 --- a/lib/modules/LtiToolModule.php +++ b/lib/modules/LtiToolModule.php @@ -1,6 +1,6 @@ <?php /** - * LtiToolModule.class.php - LTI consumer API for Stud.IP + * LtiToolModule.php - LTI consumer API for Stud.IP * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |
