* only send the one invitation reminder per email address, regardless of how many invitations there are

* don't send invitations converted invitations
* better error checking
* more logging
This commit is contained in:
Zach Copley
2011-06-21 13:25:05 -07:00
parent e53dad35b8
commit e7a4fee32b
5 changed files with 38 additions and 12 deletions

View File

@@ -141,6 +141,9 @@ class UserConfirmRegReminderHandler extends UserReminderHandler {
return true;
}
break;
default:
common_log(LOG_INFO, "No need to send registration reminder to {$confirm->address}.", __FILE__);
break;
}
return true;
}