]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Users.pm
Bugfix, not sure how that value disappeared
[ndwebbie.git] / lib / NDWeb / Controller / Users.pm
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'));