diff options
Diffstat (limited to 'app/controllers/wikis_controller.rb')
-rw-r--r-- | app/controllers/wikis_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/wikis_controller.rb b/app/controllers/wikis_controller.rb index 5c6c54e55..2cc8c2f04 100644 --- a/app/controllers/wikis_controller.rb +++ b/app/controllers/wikis_controller.rb @@ -25,7 +25,7 @@ class WikisController < ApplicationController def destroy if request.post? && params[:confirm] && @project.wiki @project.wiki.destroy - redirect_to settings_project_path(@project, :tab => 'wiki') + redirect_to project_path(@project) end end end |