bugs fix
This commit is contained in:
parent
599e9a8865
commit
84f9f63407
44 changed files with 560 additions and 92 deletions
|
@ -42,7 +42,7 @@ namespace WebsitePanel.WebDavPortal.Controllers
|
|||
{
|
||||
[ValidateInput(false)]
|
||||
[LdapAuthorization]
|
||||
public class FileSystemController : Controller
|
||||
public class FileSystemController : BaseController
|
||||
{
|
||||
private readonly ICryptography _cryptography;
|
||||
private readonly IWebDavManager _webdavManager;
|
||||
|
@ -276,7 +276,7 @@ namespace WebsitePanel.WebDavPortal.Controllers
|
|||
|
||||
if (filePathes == null)
|
||||
{
|
||||
model.AddMessage(MessageType.Error, Resources.UI.NoFilesAreSelected);
|
||||
AddMessage(MessageType.Error, Resources.UI.NoFilesAreSelected);
|
||||
|
||||
return Json(model);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue