Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
908082aa
Commit
908082aa
authored
Dec 29, 2019
by
epictete
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix call to mailTemplate in ResetCertificate module (#1605)
parent
7b064542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm
...lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm
+4
-2
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm
View file @
908082aa
...
...
@@ -376,7 +376,8 @@ sub _certificateReset {
else
{
# Use HTML template
$body
=
$self
->
loadTemplate
(
$body
=
$self
->
loadMailTemplate
(
$req
,
'
mail_confirm
',
filter
=>
$tr
,
params
=>
\
%tplPrms
...
...
@@ -562,7 +563,8 @@ sub modifyCertificate {
else
{
# Use HTML template
$body
=
$self
->
loadTemplate
(
$body
=
$self
->
loadMailTemplate
(
$req
,
'
mail_certificatReset
',
filter
=>
$tr
,
params
=>
\
%tplPrms
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment