Code

Fixed passwed argument List, first Argument has to be of type Array
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 15 Sep 2010 09:01:57 +0000 (09:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 15 Sep 2010 09:01:57 +0000 (09:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19677 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/groupware/personal/groupware/class_groupware.inc

index 2739d02e6227a3e597816fa69adc083fe5f1d8c5..67f307380d0bc669b803e659b4e07632edfb31e9 100644 (file)
@@ -1029,7 +1029,7 @@ class groupware_dao{
         // Location dropdownlist - only readable
         if($this->groupwarePluginRef->isFeatureEnabled("mailLocations")){
             $resultArr["mailLocations"] = $this->groupwarePluginRef->rpcExec('gwGetMailboxLocations');
-            $resultArr["mailLocation"] = $this->groupwarePluginRef->rpcExec(array('gwAcctGetLocation',$uid));
+            $resultArr["mailLocation"] = $this->groupwarePluginRef->rpcExec('gwAcctGetLocation',array($uid));
         }