X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb%2FController%2FUsers.pm;h=a46c230694bdfe2788fa3e67911acd0620dba53d;hb=15e271f8e65bfc35d311f9b9cad581e3a1c70def;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'));