diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-01-16 14:23:35 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-01-16 14:23:35 +0100 |
commit | 9e069a87d6db5032e64511f4921a16f737f3bd4d (patch) | |
tree | 96e8392540850a93bef8df8bfc141404d42b5c00 /lib/api | |
parent | fbc15849420acbad426e096a6d12317f9f042cd7 (diff) | |
download | webadmin-9e069a87d6db5032e64511f4921a16f737f3bd4d.tar.gz |
Typo
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/kolab_user_types_actions.php | 2 | ||||
-rw-r--r-- | lib/api/kolab_users_actions.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/api/kolab_user_types_actions.php b/lib/api/kolab_user_types_actions.php index c6a7fb9..2742d27 100644 --- a/lib/api/kolab_user_types_actions.php +++ b/lib/api/kolab_user_types_actions.php @@ -8,7 +8,7 @@ public function capabilities($domain) { return array( - 'list' => 'l', + 'list' => 'r', ); } diff --git a/lib/api/kolab_users_actions.php b/lib/api/kolab_users_actions.php index e90b933..58bf4df 100644 --- a/lib/api/kolab_users_actions.php +++ b/lib/api/kolab_users_actions.php @@ -9,6 +9,7 @@ { return array( 'list' => 'r', + ); } |