summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d57358f)
raw | patch | inline | side by side (parent: d57358f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jul 2010 07:29:16 +0000 (07:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jul 2010 07:29:16 +0000 (07:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19003 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/password/class_password.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/password/class_password.inc b/gosa-core/plugins/personal/password/class_password.inc
index c0fd38b9e626de9f1ba93acc21a1635b35643e76..d6588243e1070bd6b984b3ad9a5286013630ddf4 100644 (file)
// Refresh proposal if requested
if(isset($_POST['refreshProposal'])) $this->refreshProposal();
- $smarty->assign("proposal" , $this->proposal);
+ $smarty->assign("proposal" , set_post($this->proposal));
$smarty->assign("proposalEnabled" , $this->proposalEnabled);
$smarty->assign("proposalSelected" , $this->proposalSelected);