Commit 4f6072ef authored by Tom Quirk's avatar Tom Quirk

Apply 1 suggestion(s) to 1 file(s)

parent 4006d534
......@@ -31,7 +31,7 @@ class ConfluenceService < Service
end
def help
return unless project && project.wiki_enabled?
return unless project&.wiki_enabled?
if activated?
wiki_url = project.wiki.web_url
......
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