fix typo in group cover upload

This commit is contained in:
Barış Soner Uşaklı
2016-03-12 19:49:51 +02:00
parent d876763846
commit 263b09f11a

View File

@@ -33,7 +33,7 @@ define('forum/groups/details', [
uploader.show({
title: '[[groups:upload-group-cover]]',
route: config.relative_path + '/api/groups/uploadpicture',
params: {groupname: groupName}
params: {groupName: groupName}
}, function(imageUrlOnServer) {
components.get('groups/cover').css('background-image', 'url(' + imageUrlOnServer + ')');
});