Skip to content

Commit b8d59e0

Browse files
author
Ilya Radchenko
committed
Fix #709 collaborator invite email
1 parent eee3dad commit b8d59e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/email.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ exports.send_invite_collaborator_new_user = function(inviter, email, code, url)
119119
strider_server_name: config.server_name
120120
};
121121

122-
var body_text = text.collaborator_invite_new(jade_variables);
123-
var body_html = html.collaborator_invite_new(jade_variables);
122+
var body_text = text.collaborator_invite_new_user(jade_variables);
123+
var body_html = html.collaborator_invite_new_user(jade_variables);
124124

125125
mailer.send(to,subject,body_text,body_html);
126126

0 commit comments

Comments
 (0)