mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-07 16:12:53 +01:00
fixes #3669
This commit is contained in:
@@ -141,6 +141,7 @@ module.exports = function(Groups) {
|
||||
},
|
||||
function(next) {
|
||||
uploadsController.uploadGroupCover({
|
||||
name: 'groupCover',
|
||||
path: tempPath
|
||||
}, function(err, uploadData) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user