Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Sep 2007 11:11:48 +0000 (11:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Sep 2007 11:11:48 +0000 (11:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7368 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index cc8f3c208c20d1bc449e4e314181de2a8a0863ab..3ab9a5c5b9db4dc1f09bbd2517d5ac5c22457a84 100644 (file)
@@ -212,8 +212,7 @@ class environment extends plugin
     $this->gotoShareSelections= $config->getShareList(true);
     $this->gotoAvailableShares= $config->getShareList(false);  
 
-
-    if(search_config($this->config->data,"environment", "KIOSKPATH" != "")){
+    if(search_config($this->config->data,"environment", "KIOSKPATH") !=""){
       $tmp = new kioskManagementDialog($this->config,$this->dn);
       $list = $tmp->getKioskProfiles($this->newKioskProfiles);
       $list['none']=_("None");