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/models/HelpTourStep.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/models/HelpTourStep.php')
| -rw-r--r-- | lib/models/HelpTourStep.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/models/HelpTourStep.php b/lib/models/HelpTourStep.php index 6f31326..3bd5ad8 100644 --- a/lib/models/HelpTourStep.php +++ b/lib/models/HelpTourStep.php @@ -19,7 +19,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +---------------------------------------------------------------------------+ /** - * HelpTourSteps.class.php - model class for tour steps + * HelpTourSteps.php - model class for tour steps * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -104,4 +104,3 @@ class HelpTourStep extends SimpleORMap return true; } } - |
