Bug Fix #83: Correct case in attachment usernames

This commit is contained in:
Gary Sharp
2015-02-02 19:00:58 +11:00
parent a7b3f045d6
commit 23db0b6111
4 changed files with 6 additions and 6 deletions
@@ -75,7 +75,7 @@ namespace Disco.Web.Areas.API.Controllers
var ua = new Disco.Models.Repository.UserAttachment()
{
UserId = u.UserId,
TechUserId = UserService.CurrentUserId,
TechUserId = UserService.CurrentUser.UserId,
Filename = file.FileName,
MimeType = contentType,
Timestamp = DateTime.Now,