Code

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

gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc

index 72744c9b037c3434e9cd1d2241ae0ea8396f640c..6e6befd2bfbe0db782cd07d2573cbf6036a9b81c 100644 (file)
@@ -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));
     }