x-www-form-urlencoded: fix

This commit is contained in:
SuhorukovAnton 2020-11-06 13:39:25 +03:00
parent 2a98447b82
commit 89c6e5548c

View File

@ -984,7 +984,7 @@ namespace ASC.Employee.Core.Controllers
return UpdateMemberPhoto(userid, model);
}
public ThumbnailsDataWrapper UpdateMemberPhoto(string userid, UpdateMemberModel model)
private ThumbnailsDataWrapper UpdateMemberPhoto(string userid, UpdateMemberModel model)
{
var user = GetUserInfo(userid);