From 596ea0c95d48f3d71211d66331a9f831ece09710 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 15 Sep 2010 09:01:57 +0000 Subject: [PATCH] Fixed passwed argument List, first Argument has to be of type Array git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19677 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/groupware/personal/groupware/class_groupware.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/groupware/personal/groupware/class_groupware.inc b/gosa-plugins/groupware/personal/groupware/class_groupware.inc index 2739d02e6..67f307380 100644 --- a/gosa-plugins/groupware/personal/groupware/class_groupware.inc +++ b/gosa-plugins/groupware/personal/groupware/class_groupware.inc @@ -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)); } -- 2.30.2