Bugzilla – Attachment 67221 Details for
Bug 19345
SendMail error does not display error message in password recovery
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19345 - Add missing error flag to template
Bug-19345---Add-missing-error-flag-to-template.patch (text/plain), 834 bytes, created by
David Bourgault
on 2017-09-19 17:40:04 UTC
(
hide
)
Description:
Bug 19345 - Add missing error flag to template
Filename:
MIME Type:
Creator:
David Bourgault
Created:
2017-09-19 17:40:04 UTC
Size:
834 bytes
patch
obsolete
>From 35e992b708156c80ea538144c1ea85d48c4e3af8 Mon Sep 17 00:00:00 2001 >From: David Bourgault <david.bourgault@inlibro.com> >Date: Tue, 19 Sep 2017 13:37:54 -0400 >Subject: [PATCH] Bug 19345 - Add missing error flag to template > >Adds a missing error flag to the template->param { } call. >--- > opac/opac-password-recovery.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/opac/opac-password-recovery.pl b/opac/opac-password-recovery.pl >index f4c5e2b..89651b4 100755 >--- a/opac/opac-password-recovery.pl >+++ b/opac/opac-password-recovery.pl >@@ -136,6 +136,7 @@ if ( $query->param('sendEmail') || $query->param('resendEmail') ) { > } > else { # if it doesn't work.... > $template->param( >+ hasError => 1, > password_recovery => 1, > sendmailError => 1 > ); >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19345
:
67221
|
67223
|
67667