Code

Fixed password dialog
[gosa.git] / gosa-core / html / password.php
index 6ea6743b156dea6061fb8f69c6a1fcba240dcd49..5aadb15a201d1687eda5d261fa54495a17062ee8 100644 (file)
@@ -294,6 +294,7 @@ if ($error_collector != ""){
   $smarty->assign("php_errors", "");
 }
 
+$smarty->assign("msg_dialogs", msg_dialog::get_dialogs());
 displayPWchanger();
 
 ?>