From 8fdf2421cc4d8f76f9736e86127278334a776779 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 26 Mar 2012 10:11:39 +0200 Subject: Code cleanup and some fixes --- lib/api/kolab_api_service_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/api') diff --git a/lib/api/kolab_api_service_user.php b/lib/api/kolab_api_service_user.php index b13f40f..61cd7ce 100644 --- a/lib/api/kolab_api_service_user.php +++ b/lib/api/kolab_api_service_user.php @@ -164,7 +164,7 @@ class kolab_api_service_user extends kolab_api_service foreach ($uta as $field_type => $attributes) { foreach ($attributes as $attribute => $data) { if (!array_key_exists($attribute, $result)) { - $attribute_value = $auth->user_get_attribute($user, $attribute); + $attribute_value = $auth->user_get_attribute($result['entrydn'], $attribute); if ($attribute_value) { $result[$attribute] = $attribute_value; } -- cgit v1.1