After somone joins a message displays " Jay () has joined sitename!" The ( ) are empty and should display the email address.

on line 700: '%email' => check_plain($new_user->email) should be '%email' => check_plain($invite->email)

not worth a patch file.. nor do I know how to make one...

Thanks for the great module.

CommentFileSizeAuthor
#1 check_messages.patch1.2 KBknseibert

Comments

knseibert’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB

Code looks fine. Did no testing. Patch attached.

smk-ka’s picture

Status: Needs review » Fixed

It's perfect, thank you!

Anonymous’s picture

Status: Fixed » Closed (fixed)