Fixing oversight in previous

This commit is contained in:
Lombiq
2015-05-18 20:52:22 +02:00
committed by Zoltán Lehóczky
parent 3e2dfe0609
commit d4a8df3e99

View File

@@ -84,7 +84,7 @@ namespace Orchard.ContentManagement.Drivers {
return false;
}
var editorGroup = editor.GetGroup();
var editorGroup = contentShapeResult.GetGroup();
if (string.IsNullOrEmpty(editorGroup)) {
editorGroup = placementInfo.GetGroup() ?? "";
}