Commit 3d3d5c1c authored by http://jneen.net/'s avatar http://jneen.net/

reverse the conditions in `auditor?`

parent a58edda3
...@@ -58,7 +58,7 @@ module EE ...@@ -58,7 +58,7 @@ module EE
end end
def auditor? def auditor?
license_allows_auditor_user? && self.auditor self.auditor && license_allows_auditor_user?
end end
def access_level 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