]> ruin.nu Git - ndwebbie.git/commitdiff
Bugfix, not sure how that value disappeared
authorMichael Andreen <harv@ruin.nu>
Sun, 20 Jul 2008 13:35:23 +0000 (15:35 +0200)
committerMichael Andreen <harv@ruin.nu>
Sun, 20 Jul 2008 13:35:23 +0000 (15:35 +0200)
lib/NDWeb/Controller/Users.pm
root/src/users/mail.tt2

index 781fc73e58e95a8e8b3cd774fb2238f37c95a287..a46c230694bdfe2788fa3e67911acd0620dba53d 100644 (file)
@@ -182,7 +182,7 @@ sub postmail : Local {
        );
 
        if (sendmail %mail) {
-               $c->flash(ok => );
+               $c->flash(ok => \@emails);
        }else {
                $c->flash(error => $Mail::Sendmail::error);
                $c->flash(subject => $c->req->param('subject'));
index 8613d8a11c0f1948f562ecaf771cc4caf2dca3ed..0aa1a5d55a99c0fef848db354136110211c775ae 100644 (file)
@@ -2,7 +2,7 @@
 
 [% IF ok %]
 <h3>Mail sent successfully</h3>
-<p>[% ok.join(', ') %]</p>
+<p>[% ok.join(', ') | html %]</p>
 [% END %]
 
 <form action="[% c.uri_for('postmail') %]" method="post"><fieldset> <legend>Mail</legend>