Fixed that wiki start page can't be changed (#11085).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9768 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-06-03 22:20:33 +00:00
parent 327d5d2132
commit c8226509fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<%= labelled_remote_form_for @wiki,
:as => :wiki,
:url => { :controller => 'wikis', :action => 'edit', :id => @project } do |f| %>
:url => { :controller => 'wikis', :action => 'edit', :id => @project }, :method => 'post' do |f| %>
<%= error_messages_for 'wiki' %>