Corrected the IsPrivate
This commit is contained in:
@ -81,6 +81,7 @@
|
||||
{
|
||||
validated = true;
|
||||
var interop = new Interop(JSRuntime);
|
||||
|
||||
if (await interop.FormValid(form))
|
||||
{
|
||||
if (_url == string.Empty || _folderId == -1)
|
||||
|
@ -646,8 +646,8 @@
|
||||
settings = SettingService.SetSetting(settings, "NotificationRetention", _retention.ToString(), true);
|
||||
|
||||
//File Extensions
|
||||
settings = SettingService.SetSetting(settings, "ImageFiles", _ImageFiles, true);
|
||||
settings = SettingService.SetSetting(settings, "UploadableFiles", _UploadableFiles, true);
|
||||
settings = SettingService.SetSetting(settings, "ImageFiles", _ImageFiles, false);
|
||||
settings = SettingService.SetSetting(settings, "UploadableFiles", _UploadableFiles, false);
|
||||
|
||||
await SettingService.UpdateSiteSettingsAsync(settings, site.SiteId);
|
||||
|
||||
|
Reference in New Issue
Block a user