Commit 063c9755 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'perf.auditor-query' into 'master'

reverse the conditions in `auditor?`

See merge request !2620
parents 7efded3a 3d3d5c1c
......@@ -58,7 +58,7 @@ module EE
end
def auditor?
license_allows_auditor_user? && self.auditor
self.auditor && license_allows_auditor_user?
end
def access_level
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment