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/classes/AuthorObject.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/classes/AuthorObject.php')
| -rw-r--r-- | lib/classes/AuthorObject.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/classes/AuthorObject.php b/lib/classes/AuthorObject.php index b3e98e3..f08622e 100644 --- a/lib/classes/AuthorObject.php +++ b/lib/classes/AuthorObject.php @@ -5,7 +5,7 @@ # Lifter010: TODO // +--------------------------------------------------------------------------+ // This file is part of Stud.IP -// AuthorObject.class.php +// AuthorObject.php // // Class to provide basic properties of an object in Stud.IP // @@ -31,7 +31,7 @@ define("ERROR_CRITICAL", "8"); /** - * AuthorObject.class.php + * AuthorObject.php * * Class to provide basic properties of an object in Stud.IP * @@ -136,4 +136,3 @@ class AuthorObject $class->resetErrors(); } } - |
