Code

Fixed dialogs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 7 Nov 2006 11:32:48 +0000 (11:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 7 Nov 2006 11:32:48 +0000 (11:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5033 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index 05d04b8d69a136f92802db251374bd5951ba49ca..21fcdf0dd66ee562cbd32c89e2007ac52928fce7 100644 (file)
@@ -886,7 +886,6 @@ class environment extends plugin
     $smarty->assign("gotoPrinterKeys",array_flip($this->printOutPrinterDevices()));
 
     /* General behavior */
-    if($this->acl_is_writeable("gotoKioskProfile")){
     if((isset($this->dialog))&&($this->dialog!=NULL)&&(!empty($this->dialog))){
       $this->dialog->save_object();
       $disp =$this->dialog->execute();
@@ -900,7 +899,6 @@ class environment extends plugin
         $this->gotoKioskProfile = 'none';
       }
       return($disp);
-      }
     }
 
     /* Als smarty vars are set. Get smarty template and generate output */