diff options
author | Vinicius Cubas Brand <viniciuscb@gmail.com> | 2017-11-02 20:19:03 -0200 |
---|---|---|
committer | Vinicius Cubas Brand <viniciuscb@gmail.com> | 2017-11-03 11:42:59 -0200 |
commit | fa565750d1f94f9d3f7e2229e7ec7aadd0d06063 (patch) | |
tree | 253341362a6379131828ca97c64f52e09597bd77 /apps/user_ldap/lib/Group_Proxy.php | |
parent | 10ca793452e75ecd276589f8ad916f3090ecb441 (diff) | |
download | nextcloud-server-fa565750d1f94f9d3f7e2229e7ec7aadd0d06063.tar.gz nextcloud-server-fa565750d1f94f9d3f7e2229e7ec7aadd0d06063.zip |
User_LDAP plugins: smaller fixes
Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
Diffstat (limited to 'apps/user_ldap/lib/Group_Proxy.php')
-rw-r--r-- | apps/user_ldap/lib/Group_Proxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Group_Proxy.php b/apps/user_ldap/lib/Group_Proxy.php index 9902035faf0..50c46dfbc0b 100644 --- a/apps/user_ldap/lib/Group_Proxy.php +++ b/apps/user_ldap/lib/Group_Proxy.php @@ -245,7 +245,7 @@ class Group_Proxy extends Proxy implements \OCP\GroupInterface, IGroupLDAP { * @return boolean * * Returns the supported actions as int to be - * compared with \OC\Group\Backend::CREATE_GROUP etc. + * compared with \OCP\GroupInterface::CREATE_GROUP etc. */ public function implementsActions($actions) { //it's the same across all our user backends obviously |