return found pages to their rightful owner
see https://github.com/github/gollum/commit/39117ae44a5c3d0aaf934e6813ad15813ab49b4c
This commit is contained in:
+1
-1
@@ -303,7 +303,7 @@ module Gollum
|
|||||||
path = dir == '' ? '' : ::File.join('/', dir)
|
path = dir == '' ? '' : ::File.join('/', dir)
|
||||||
page = self.class.new(@wiki).populate(item, path)
|
page = self.class.new(@wiki).populate(item, path)
|
||||||
page.version = self.version
|
page.version = self.version
|
||||||
page
|
return page
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user