Skip to content
Snippets Groups Projects
Commit 640e485c authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'ee-parity' into 'master'

Add method missing from EE

## Why was this MR needed?

`ProjectWiki#repository_exists?` is present in EE but not on CE, and there's no particular reason why it shouldn't

See merge request !5802
parents 06e3bb9f 60aee5b7
No related branches found
No related tags found
No related merge requests found
Loading
@@ -56,6 +56,10 @@ class ProjectWiki
Loading
@@ -56,6 +56,10 @@ class ProjectWiki
end end
end end
   
def repository_exists?
!!repository.exists?
end
def empty? def empty?
pages.empty? pages.empty?
end end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment