diff --git a/apps/comments/js/commentcollection.js b/apps/comments/js/commentcollection.js index 1fda4a4c709..eaa7a1d53fa 100644 --- a/apps/comments/js/commentcollection.js +++ b/apps/comments/js/commentcollection.js @@ -75,7 +75,7 @@ ' ' + this._limit + '\n'; if (this.length > 0) { - body += ' ' + this.first().get('creationDateTime') + '\n'; + body += ' ' + this.last().get('creationDateTime') + '\n'; } body += '\n';