fixed profile removed resource

This commit is contained in:
pavelbannov 2021-02-03 14:07:18 +03:00
parent 59ffbeaf1e
commit d823516aa3

View File

@ -90,7 +90,7 @@ namespace ASC.Web.Core.Users
{
try
{
var resourceType = Type.GetType("ASC.Web.Core.PublicResources.Resources.Resource, ASC.Web.Core");
var resourceType = Type.GetType("ASC.Web.Core.PublicResources.Resource, ASC.Web.Core");
var resourceProperty = resourceType.GetProperty("ProfileRemoved", BindingFlags.Static | BindingFlags.Public);
var resourceValue = (string)resourceProperty.GetValue(null);