Code

Updated post handling
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jul 2010 07:04:35 +0000 (07:04 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jul 2010 07:04:35 +0000 (07:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18997 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/nagios/personal/nagios/class_nagiosAccount.inc

index 88d83c78ad3b0cda5fcab46f5be5ed8aa1ed1fe4..b6aedc72033dc4abfaf86892d8194a2edb36be0f 100644 (file)
@@ -126,7 +126,7 @@ class nagiosAccount extends plugin
 
     /* Assign attributes an ACL to smarty */
     foreach($this->attributes as $val) { 
-      $smarty->assign("$val", $this->$val);
+      $smarty->assign("$val", set_post($this->$val));
       if(in_array($val,$this->is_chk_box)){
         if($this->$val == "checked"){
           $smarty->assign($val."CHK", " checked ");