Disabling input validation on the SetupController

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-02 04:52:19 -08:00
parent 3487bb8b31
commit ba6f82bf41

View File

@@ -16,6 +16,7 @@ using Orchard.Themes;
using Orchard.UI.Notify; using Orchard.UI.Notify;
namespace Orchard.Setup.Controllers { namespace Orchard.Setup.Controllers {
[ValidateInput(false)]
public class SetupController : Controller { public class SetupController : Controller {
private readonly INotifier _notifier; private readonly INotifier _notifier;
private readonly IOrchardHost _orchardHost; private readonly IOrchardHost _orchardHost;