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/UserManagement.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/UserManagement.php')
| -rw-r--r-- | lib/classes/UserManagement.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/classes/UserManagement.php b/lib/classes/UserManagement.php index 015e6cd..4bd47ec 100644 --- a/lib/classes/UserManagement.php +++ b/lib/classes/UserManagement.php @@ -1,7 +1,7 @@ <?php # Lifter007: TODO /** - * UserManagement.class.php + * UserManagement.php * * Management for the Stud.IP global users * @@ -25,7 +25,7 @@ require_once 'lib/messaging.inc.php'; // remove messages send or recieved by u require_once 'lib/object.inc.php'; /** - * UserManagement.class.php + * UserManagement.php * * Management for the Stud.IP global users * |
