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 29, 2017
1 parent 4c0f57a commit 4645ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 4645ed3

Please sign in to comment.