fixed config post issue

This commit is contained in:
kay.one 2010-09-23 22:37:48 -07:00
parent d7bae9135c
commit 1620721efe
5 changed files with 6 additions and 2 deletions

View file

@ -25,7 +25,7 @@ namespace NzbDrone.Web.Controllers
}
[HttpPost]
public ActionResult Save(SettingsModel model)
public ActionResult Index(SettingsModel model)
{
if (ModelState.IsValid)
{