Skip to content

Commit

Permalink
Forgot to make ApplicationController abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
moonpyk committed May 1, 2013
1 parent 6e17b38 commit 6f1c8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLServerBackupTool.Web/Lib/Mvc/ApplicationController.cs
Expand Up @@ -10,7 +10,7 @@
namespace SQLServerBackupTool.Web.Lib.Mvc
{
[Authorize, Localizable(false)]
public partial class ApplicationController : Controller, IFlashMessageProvider
public abstract partial class ApplicationController : Controller, IFlashMessageProvider
{
protected Logger Logger
{
Expand Down

0 comments on commit 6f1c8bd

Please sign in to comment.