diff options
author | Roeland Douma <rullzer@users.noreply.github.com> | 2016-05-17 16:06:44 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-17 16:06:44 +0200 |
commit | 5c9103287f7ed8f2d69dd179b7eb160c1b1a65fd (patch) | |
tree | 50913dfb0dfd0c1a4036685021a29fbe8c2036a6 /lib/private/legacy/group.php | |
parent | 90a290afd8415a8a89d72d5b4cb07988d29d7037 (diff) | |
download | nextcloud-server-5c9103287f7ed8f2d69dd179b7eb160c1b1a65fd.tar.gz nextcloud-server-5c9103287f7ed8f2d69dd179b7eb160c1b1a65fd.zip |
Group fixup (#24621)
* Move used OC_Group_xx to \OC\Group
* Add (deprecated) legacy wrapper in legacy, OC_Group_xx
* Replace deprecated use of OC_Group_xx with \OC\Group\xx
Diffstat (limited to 'lib/private/legacy/group.php')
-rw-r--r-- | lib/private/legacy/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/group.php b/lib/private/legacy/group.php index f1b84069a38..ceb99389942 100644 --- a/lib/private/legacy/group.php +++ b/lib/private/legacy/group.php @@ -66,7 +66,7 @@ class OC_Group { /** * set the group backend - * @param \OC_Group_Backend $backend The backend to use for user management + * @param \OC\Group\Backend $backend The backend to use for user management * @return bool */ public static function useBackend($backend) { |