From: hickert Date: Wed, 14 Jul 2010 07:04:35 +0000 (+0000) Subject: Updated post handling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=342b99dd061a2eb18167d527f3480375844e118d;p=gosa.git Updated post handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18997 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/nagios/personal/nagios/class_nagiosAccount.inc b/gosa-plugins/nagios/personal/nagios/class_nagiosAccount.inc index 88d83c78a..b6aedc720 100644 --- a/gosa-plugins/nagios/personal/nagios/class_nagiosAccount.inc +++ b/gosa-plugins/nagios/personal/nagios/class_nagiosAccount.inc @@ -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 ");