From: hickert Date: Wed, 14 Jul 2010 07:16:56 +0000 (+0000) Subject: Updated post handling, enables utf-8 support. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=490f3330e3c09cb0454930011e547709ea86c40b;p=gosa.git Updated post handling, enables utf-8 support. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19001 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc index 72744c9b0..6e6befd2b 100644 --- a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc +++ b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc @@ -55,7 +55,7 @@ class pureftpdAccount extends plugin /* Load attributes */ foreach($this->attributes as $val){ - $smarty->assign("$val", $this->$val); + $smarty->assign("$val", set_post($this->$val)); }