mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
Making it so grouped settings can actually be saved. #minordetail
--HG-- branch : dev
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Orchard.Core.Settings.Controllers {
|
||||
return new HttpUnauthorizedResult();
|
||||
|
||||
var site = _siteService.GetSiteSettings();
|
||||
dynamic model = Services.ContentManager.UpdateEditor(site, this);
|
||||
dynamic model = Services.ContentManager.UpdateEditor(site, this, groupInfoId);
|
||||
|
||||
if (model == null) {
|
||||
Services.TransactionManager.Cancel();
|
||||
|
Reference in New Issue
Block a user