Fixing warning messages

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-05-20 10:30:37 -07:00
parent d84a0f6e05
commit a78fad958f
4 changed files with 3 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ namespace Orchard.MediaLibrary.Controllers {
}
}
}
catch (Exception e) {
catch {
return View(viewModel);
}