I'm A FUCKING DERP

This commit is contained in:
Michael 2017-05-09 17:02:27 -04:00
parent cc69efa789
commit 3b72afec58

View file

@ -73,7 +73,7 @@ protected void Application_BeginRequest(object sender, EventArgs e)
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();