diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2012-01-18 13:22:27 +0100 |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2012-01-18 13:22:27 +0100 |
commit | 1c53164f44d9929d7bf43d4b39c928c34bb4dad5 (patch) | |
tree | 1f0c0dbd475c01eac499ddb1d2a6efcbf9c740a4 /lib/api/kolab_domains_actions.php | |
parent | 2cab9daf287c054412c6814fbadfad0bccd53642 (diff) | |
download | webadmin-1c53164f44d9929d7bf43d4b39c928c34bb4dad5.tar.gz |
Users list sorting, CS fixes
Diffstat (limited to 'lib/api/kolab_domains_actions.php')
-rw-r--r-- | lib/api/kolab_domains_actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/kolab_domains_actions.php b/lib/api/kolab_domains_actions.php index e953219..9d9a511 100644 --- a/lib/api/kolab_domains_actions.php +++ b/lib/api/kolab_domains_actions.php @@ -15,7 +15,7 @@ public function domains_list($get, $post) { $auth = Auth::get_instance(); - $domains = $auth->normalize_result($auth->list_domains()); + $domains = $auth->list_domains(); return $domains; } } |