Code

Updated pst handling
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jul 2010 07:29:16 +0000 (07:29 +0000)
committerhickert <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

index c0fd38b9e626de9f1ba93acc21a1635b35643e76..d6588243e1070bd6b984b3ad9a5286013630ddf4 100644 (file)
@@ -81,7 +81,7 @@ class password extends plugin
         
         // 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);