Notification validate mail not saved to the DB
Nr. 18 - June 19, 2009 - 13:47
| Project: | LDAP provisioning |
| Version: | 6.x-1.0-alpha2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The Notification mail for validating your email address isn't working, there is a spelling mistake in the ldapprov.admin.inc as line: 381
<?php
variable_set('ldapprov_mail_code_body', $values['ldapprov_mail_codee_body']);
?>Should be
<?php
variable_set('ldapprov_mail_code_body', $values['ldapprov_mail_code_body']);
?>
#1
This is already fixed in the dev version.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.