Code

Fixed undefined index , in group->environment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 5 Jan 2006 09:33:09 +0000 (09:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 5 Jan 2006 09:33:09 +0000 (09:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2412 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index 6762c88ca328ddde77fd624313192de57fba1ac7..c4b4c2a86562c8829eab44bf732c388ee026a557 100644 (file)
@@ -343,6 +343,7 @@ class environment extends plugin
     $smarty->assign("useProfileACL","");
     if($this->acl != "#none#"){
       $smarty->assign("useProfileACL","");
+      $smarty->assign("gotoProfileFlag_CACL"," ");
     }else{
       $smarty->assign("gotoProfileFlag_CACL"," disabled ");
       $smarty->assign("useProfileACL","disabled");