Make Wiki#page case insensitive.

This commit is contained in:
Tom Preston-Werner
2010-07-22 16:06:33 -07:00
parent 1af9898b4d
commit a5d460636d
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ module Precious
end
post '/create/:name' do
name = params[:name]
name = params[:page]
wiki = Gollum::Wiki.new($path)
format = params[:format].intern