From 89c6e5548cd2e77e3316c4ff71e6575d9f481054 Mon Sep 17 00:00:00 2001 From: SuhorukovAnton <62381554+SuhorukovAnton@users.noreply.github.com> Date: Fri, 6 Nov 2020 13:39:25 +0300 Subject: [PATCH] x-www-form-urlencoded: fix --- products/ASC.People/Server/Controllers/PeopleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.People/Server/Controllers/PeopleController.cs b/products/ASC.People/Server/Controllers/PeopleController.cs index 1a5b6c9444..0a56abd4c3 100644 --- a/products/ASC.People/Server/Controllers/PeopleController.cs +++ b/products/ASC.People/Server/Controllers/PeopleController.cs @@ -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);