Code

getShareServerList fix
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Aug 2006 03:50:00 +0000 (03:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Aug 2006 03:50:00 +0000 (03:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4417 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index d551a3b7cc7c505fef9525eaec2eeb6baf76c6fc..697f5f85b5a101c22cdbbeb3d7c120c33c657cb4 100644 (file)
@@ -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);