mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Refactoring previous commit
This commit is contained in:
@@ -163,7 +163,6 @@ namespace Orchard.CustomForms.Controllers {
|
||||
|
||||
// save the submitted form
|
||||
if (customForm.SaveContentItem) {
|
||||
_contentManager.Create(contentItem);
|
||||
_contentManager.Create(contentItem);
|
||||
conditionallyPublish(contentItem);
|
||||
}
|
||||
|
Reference in New Issue
Block a user