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