Actions
Patch #28478
closedUpdate the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/
Description
Index: extra/sample_plugin/init.rb
===================================================================
--- extra/sample_plugin/init.rb (revision 17253)
+++ extra/sample_plugin/init.rb (working copy)
@@ -1,4 +1,4 @@
-Rails.logger.info 'Starting Example plugin for RedMine'
+Rails.logger.info 'Starting Example plugin for Redmine'
Redmine::Plugin.register :sample_plugin do
name 'Example plugin'
Updated by Go MAEDA over 6 years ago
- Category changed from Plugin API to Code cleanup/refactoring
- Status changed from New to Closed
Committed.
Actions