From 490f3330e3c09cb0454930011e547709ea86c40b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 14 Jul 2010 07:16:56 +0000 Subject: [PATCH] Updated post handling, enables utf-8 support. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19001 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../personal/connectivity/pureftpd/class_pureftpdAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.30.2