diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-31 08:17:48 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-31 08:17:48 +0000 |
| commit | feb4168e5a82b32e75683397c3f58ad452a1fdf2 (patch) | |
| tree | 0ece426d6031975ec5f4a4737c9b330c6a5efe24 /lib/classes/restapi/UserPermissions.php | |
| parent | d349e0f27e8d5722460ff92a5ab81c39ae75aee9 (diff) | |
update deprecation notice, fixes #2493
Closes #2493
Merge request studip/studip!1678
Diffstat (limited to 'lib/classes/restapi/UserPermissions.php')
| -rw-r--r-- | lib/classes/restapi/UserPermissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/restapi/UserPermissions.php b/lib/classes/restapi/UserPermissions.php index af5bc36..dcf1601 100644 --- a/lib/classes/restapi/UserPermissions.php +++ b/lib/classes/restapi/UserPermissions.php @@ -8,7 +8,7 @@ use DBManager, PDO; * @author Jan-Hendrik Willms <tleilax+studip@gmail.com> * @license GPL 2 or later * @since Stud.IP 2.6 - * @deprecated Since Stud.IP 5.0. Will be removed in Stud.IP 5.2. + * @deprecated Since Stud.IP 5.0. Will be removed in Stud.IP 6.0. */ class UserPermissions { |
