diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-01-19 13:12:58 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-01-19 13:12:58 +0100 |
commit | a8a30b2846e4b2be94d1cce2e73120a34d3515df (patch) | |
tree | 72556410131202c6cc43fb9cd166a9c503048ae8 /lib/api | |
parent | ec0dfd00baaa75120c73a382422cbe5347a98932 (diff) | |
download | webadmin-a8a30b2846e4b2be94d1cce2e73120a34d3515df.tar.gz |
Fix some whitespaces
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/kolab_users_actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/kolab_users_actions.php b/lib/api/kolab_users_actions.php index 4ee3c06..87ae5ac 100644 --- a/lib/api/kolab_users_actions.php +++ b/lib/api/kolab_users_actions.php @@ -66,7 +66,7 @@ class kolab_users_actions extends kolab_api_service if (!empty($post['sort_by'])) { // check if sort attribute is supported if (in_array($post['sort_by'], $this->list_attribs)) { - $params['sort_by'] = $post['sort_by']; + $params['sort_by'] = $post['sort_by']; } } |