All checks were successful
continuous-integration/drone/push Build is passing
10 lines
435 B
Diff
10 lines
435 B
Diff
--- a/plugins/000_redmine_x_ux_upgrade/init.rb
|
|
+++ b/plugins/000_redmine_x_ux_upgrade/init.rb
|
|
@@ -50,5 +50,5 @@ RedmineApp::Application.routes.prepend do
|
|
post '/settings/plugin/000_redmine_x_ux_upgrade/remove_logo', to: 'settings#delete_attachment', as: 'delete_attachment'
|
|
end
|
|
|
|
-RedmineXUxUpgrade::UxUpgradeAttachments.copy_plugin_images_after_restart
|
|
+#RedmineXUxUpgrade::UxUpgradeAttachments.copy_plugin_images_after_restart
|
|
|