From 5e17a276a8ca06b8337f0f71081267b292271a6c Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 23 Oct 2023 17:23:37 +0000 Subject: Traditional Chinese translation update (#39221). Patch by ChunChang (Nagaharu) Lo. git-svn-id: https://svn.redmine.org/redmine/trunk@22368 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/wikis_controller.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/controllers') diff --git a/app/controllers/wikis_controller.rb b/app/controllers/wikis_controller.rb index 4469e3627..5b753b13b 100644 --- a/app/controllers/wikis_controller.rb +++ b/app/controllers/wikis_controller.rb @@ -24,7 +24,9 @@ class WikisController < ApplicationController # Delete a project's wiki def destroy if request.post? && params[:confirm] && @project.wiki - @project.wiki.destroy + if @project.wiki.destroy + Wiki.create_default(@project) unless @wiki + end redirect_to project_path(@project) end end -- cgit v1.2.3