fix guilds email link

This commit is contained in:
Matteo Pagliazzi
2015-02-02 17:51:51 +01:00
parent 0c88d1fc11
commit 44f73f26cd
+1 -1
View File
@@ -562,7 +562,7 @@ api.invite = function(req, res, next) {
if(group.type == 'guild'){
emailVars.push(
{name: 'GUILD_NAME', content: group.name},
{name: 'GUILD_URL', content: nconf.get('BASE_URL') + '/#/options/groups/guilds/' + group._id}
{name: 'GUILD_URL', content: nconf.get('BASE_URL') + '/#/options/groups/guilds/public'}
);
}else{
emailVars.push(