Closed (fixed)
Project:
Password Quick Set
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2011 at 13:05 UTC
Updated:
15 Jul 2011 at 12:22 UTC
When I change the Password Quick Set email, the Body of the mail is filled with the Title.
I found the error on line 138:
$message['body'] = t(variable_get('passquickset_password_generated_subject', _passquickset_notify_mail('generated_body')), $variables, $language->language);
should be changed to
$message['body'] = t(variable_get('passquickset_password_generated_body', _passquickset_notify_mail('generated_body')), $variables, $language->language);
Comments
Comment #1
solipsist commentedThanks! Fixed.