Skip to content
Snippets Groups Projects
Commit d9c6a782 authored by renater.salaun's avatar renater.salaun
Browse files

Add subject to mail_notice() call

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@52 047e039d-479c-447e-8a29-aa6bf4a09bab
parent c624d473
No related branches found
No related tags found
No related merge requests found
......@@ -226,6 +226,7 @@ sub respond {
## Mail notification of admins about the error
if (@errors_admin) {
$self->{'param_out'}{'subject'} = 'Error notification - web interface';
&IdPAccountManager::Tools::mail_notice('template' => 'templates/mail/notification_generic_error.tt2.eml',
'data' => $self->{'param_out'});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment