This commit is contained in:
bootstraponline
2012-08-23 14:11:28 -06:00
parent 33ca329253
commit 7ecef0c045
+1 -1
View File
@@ -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