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/plugins/core/ForumModule.php | |
| 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/plugins/core/ForumModule.php')
| -rw-r--r-- | lib/plugins/core/ForumModule.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/core/ForumModule.php b/lib/plugins/core/ForumModule.php index 33784db..e72ffc2 100644 --- a/lib/plugins/core/ForumModule.php +++ b/lib/plugins/core/ForumModule.php @@ -1,6 +1,6 @@ <?php /** - * ForumModule.class.php - Interface for all intersections between the Stud.IP + * ForumModule.php - Interface for all intersections between the Stud.IP * Core and something that behaves like a forum * * Implement all interface methods and you can integrate your plugin like @@ -137,4 +137,4 @@ interface ForumModule extends StandardPlugin * @return string a single-page HTML-view of all contents in one string */ function getDump($seminar_id); -}
\ No newline at end of file +} |
