Skip to content
Permalink
Browse files
also remove fallback permission denied errors
  • Loading branch information
anarcat committed Feb 17, 2020
1 parent 29d108c commit 1504c1a5fde546e32a7baa006d5d4799cfda3f3b
Showing with 0 additions and 7 deletions.
  1. +0 −7 lib/RT/Interface/Email/Authz/Default.pm
@@ -109,13 +109,6 @@ sub CheckACL {
$RT::Logger->warning("Action '". ($args{'Action'}||'') ."' is unknown with no ticket");
return;
}


MailError(
Subject => "Permission Denied",
Explanation => $msg,
FAILURE => 1,
);
}

1;

0 comments on commit 1504c1a

Please sign in to comment.