Code

Fixed error undefined index gotoKioskProfileACL
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 10 Jan 2006 12:20:29 +0000 (12:20 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 10 Jan 2006 12:20:29 +0000 (12:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2430 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_kioskManagementDialog.inc

index c5490911ffeaf3d36bea96ed647c22f659c1727a..93af0635dcfa466ee488b6e22a1efa8a98b75fe7 100644 (file)
@@ -34,6 +34,8 @@ class kioskManagementDialog extends plugin
     $smarty= get_smarty();
     $display= "";
 
+    $smarty->assign("gotoKioskProfileACL",chkacl($this->acl,"gotoKioskProfile"));
+
   foreach($this->attributes as $attr){
     $smarty->assign($attr."ACL",chkacl($this->acl,$attr));
   }