From 3a2a5549577e1bfc54331f9954ab19c859dc8375 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 8 Aug 2006 03:50:00 +0000 Subject: [PATCH] getShareServerList fix git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4417 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/environment/class_environment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index d551a3b7c..697f5f85b 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -228,7 +228,7 @@ class environment extends plugin } } - $this->gotoProfileServers= $config->getShareServerList("server") ; + $this->gotoProfileServers= $config->getShareServerList() ; $this->gotoShareSelections= $config->getShareList(true); $this->gotoAvailableShares= $config->getShareList(false); -- 2.30.2