mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Fixing build
--HG-- branch : 1.x
This commit is contained in:
parent
3d8ce1f7bb
commit
a6bf2e4517
@ -30,6 +30,8 @@ namespace Orchard.AntiSpam.Drivers {
|
||||
if (part.Settings.GetModel<SpamFilterPartSettings>().DeleteSpam) {
|
||||
updater.AddModelError("Spam", T("Spam detected."));
|
||||
}
|
||||
|
||||
return Editor(part, shapeHelper);
|
||||
}
|
||||
|
||||
protected override DriverResult Display(SpamFilterPart part, string displayType, dynamic shapeHelper) {
|
||||
|
Loading…
Reference in New Issue
Block a user