return found pages to their rightful owner

see https://github.com/github/gollum/commit/39117ae44a5c3d0aaf934e6813ad15813ab49b4c
This commit is contained in:
rick
2010-08-12 09:45:06 -07:00
parent 45de814154
commit b4a913ecf3
+1 -1
View File
@@ -303,7 +303,7 @@ module Gollum
path = dir == '' ? '' : ::File.join('/', dir)
page = self.class.new(@wiki).populate(item, path)
page.version = self.version
page
return page
end
end
end