summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 272676b)
raw | patch | inline | side by side (parent: 272676b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jul 2010 07:16:56 +0000 (07:16 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc
index 72744c9b037c3434e9cd1d2241ae0ea8396f640c..6e6befd2bfbe0db782cd07d2573cbf6036a9b81c 100644 (file)
/* Load attributes */
foreach($this->attributes as $val){
- $smarty->assign("$val", $this->$val);
+ $smarty->assign("$val", set_post($this->$val));
}