--HG--
branch : 1.x
This commit is contained in:
Andre Rodrigues
2011-05-09 20:38:09 -07:00

View File

@@ -63,7 +63,10 @@ namespace Orchard.Warmup.Controllers {
}
}
Services.Notifier.Information(T("Warmup updated successfully."));
if (ModelState.IsValid) {
Services.Notifier.Information(T("Warmup updated successfully."));
}
return View(warmupPart);
}