Fix #479
This commit is contained in:
@@ -454,7 +454,7 @@ module Gollum
|
||||
path = cname[0..slash]
|
||||
page = @wiki.paged(name, path)
|
||||
else
|
||||
page = @wiki.page(cname)
|
||||
page = @wiki.paged(cname, '/')
|
||||
end
|
||||
|
||||
if page
|
||||
|
||||
Reference in New Issue
Block a user