Making it so grouped settings can actually be saved. #minordetail

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2011-02-23 12:35:58 -08:00
parent cac1ed7c12
commit 73ad14185b

View File

@@ -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();