X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb%2FController%2FUsers.pm;h=a46c230694bdfe2788fa3e67911acd0620dba53d;hb=16fbe66ea19aa3882114267808963281cf7d37ad;hp=781fc73e58e95a8e8b3cd774fb2238f37c95a287;hpb=a7501170f1ef98a5959db048b92db2e4a12179a1;p=ndwebbie.git diff --git a/lib/NDWeb/Controller/Users.pm b/lib/NDWeb/Controller/Users.pm index 781fc73..a46c230 100644 --- a/lib/NDWeb/Controller/Users.pm +++ b/lib/NDWeb/Controller/Users.pm @@ -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'));