diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-12 10:26:48 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-12 10:26:48 +0200 |
commit | d1b909c124910576a6b22cca11ebd08344e10e3c (patch) | |
tree | 50ca000a9bd89028595f0f1f0d9b6c52116a1a68 /lib/api/kolab_api_service_user.php | |
parent | acddf93a9ff407eae3c5216d134e5f0a42ff05f9 (diff) | |
download | webadmin-d1b909c124910576a6b22cca11ebd08344e10e3c.tar.gz |
Remove not implemented find* capabilities, some code cleanup
Diffstat (limited to 'lib/api/kolab_api_service_user.php')
-rw-r--r-- | lib/api/kolab_api_service_user.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/api/kolab_api_service_user.php b/lib/api/kolab_api_service_user.php index 578e102..a8b286d 100644 --- a/lib/api/kolab_api_service_user.php +++ b/lib/api/kolab_api_service_user.php @@ -60,10 +60,6 @@ class kolab_api_service_user extends kolab_api_service } if (in_array('read', $effective_rights['entryLevelRights'])) { - $rights['find'] = "r"; - $rights['find_by_any_attribute'] = "r"; - $rights['find_by_attribute'] = "r"; - $rights['find_by_attributes'] = "r"; $rights['info'] = "r"; } |