diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-08-25 14:17:08 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-08-25 14:17:54 +0200 |
commit | d91cf2eca6c0a0cfaa7f141df1a9bfbe62dfd873 (patch) | |
tree | 4c3b3db69b38b990d058a9fff0540d36845917dd /lib/api/kolab_api_service_role.php | |
parent | 497f2c74da74b4960d8cbab8764f0a2d0d0e592c (diff) | |
download | webadmin-d91cf2eca6c0a0cfaa7f141df1a9bfbe62dfd873.tar.gz |
Actually use the domain when specified with the capabilities request
Diffstat (limited to 'lib/api/kolab_api_service_role.php')
-rw-r--r-- | lib/api/kolab_api_service_role.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/kolab_api_service_role.php b/lib/api/kolab_api_service_role.php index c0e672a..6ca2231 100644 --- a/lib/api/kolab_api_service_role.php +++ b/lib/api/kolab_api_service_role.php @@ -39,7 +39,7 @@ class kolab_api_service_role extends kolab_api_service { //console("kolab_api_service_role::capabilities"); - $auth = Auth::get_instance(); + $auth = Auth::get_instance($domain); $effective_rights = $auth->list_rights('role'); $rights = array(); |