Skip to content

Commit

Permalink
Merge pull request #8645 from RocketChat/sampaiodiego-patch-1
Browse files Browse the repository at this point in the history
[FIX] Fix e-mail message forward
  • Loading branch information
rodrigok committed Oct 28, 2017
2 parents 8cb303a + 308d937 commit 7f2d60a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ Meteor.methods({
if (data.language !== 'en') {
const localeFn = Meteor.call('loadLocale', data.language);
if (localeFn) {
Function(localeFn)({moment});
Function(localeFn).call({moment});
moment.locale(data.language);
}
}
Expand Down

0 comments on commit 7f2d60a

Please sign in to comment.