From 137f2097db50aa72f530fa3bbab6269b3bb7fcdd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 24 Sep 2015 13:47:24 -0400 Subject: [PATCH] fixes #3669 --- src/groups/update.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/groups/update.js b/src/groups/update.js index 2f87f8cc78..595a839ed7 100644 --- a/src/groups/update.js +++ b/src/groups/update.js @@ -141,6 +141,7 @@ module.exports = function(Groups) { }, function(next) { uploadsController.uploadGroupCover({ + name: 'groupCover', path: tempPath }, function(err, uploadData) { if (err) {