Files: fix sync convert

This commit is contained in:
pavelbannov 2021-10-08 20:04:15 +03:00
parent 4f755150cc
commit b1714defe9

View File

@ -731,7 +731,7 @@ namespace ASC.Web.Files.Utils
var operationResultError = string.Empty;
var newFile = SaveConvertedFile(file, fileUri);
var newFile = SaveConvertedFile(file, convertUri);
if (newFile != null)
{
var folderDao = DaoFactory.GetFolderDao<T>();