summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Global.asax.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Global.asax.cs b/Project-Unite/Global.asax.cs
index ffc958e..4864165 100644
--- a/Project-Unite/Global.asax.cs
+++ b/Project-Unite/Global.asax.cs
@@ -73,7 +73,7 @@ namespace Project_Unite
mod = act.GetCustomAttributes(false).FirstOrDefault(x => x is RequiresModerator);
dev = act.GetCustomAttributes(false).FirstOrDefault(x => x is RequiresDeveloper);
- bool? fail2 = false;
+ bool? fail2 = true;
if (adm != null)
fail2 = User.Identity?.IsAdmin();