summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-07-02 07:18:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-07-02 07:18:58 +0000
commit2f23c707133cec88c63375acc0c33b7054d512c6 (patch)
tree86a26f418e2fe1ac1d4f29d4efc88269e6220acc
parent8321fe9a84e5a6848889026e40101c5452530ed0 (diff)
downloadredmine-2f23c707133cec88c63375acc0c33b7054d512c6.tar.gz
redmine-2f23c707133cec88c63375acc0c33b7054d512c6.zip
Merged r16736 from trunk to 3.4-stable (#26312).
Remove duplicate notifiable require. This duplication was introduced as part of r10909. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16737 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--lib/redmine.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index 0dda94e95..7773e3875 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -42,7 +42,6 @@ require 'redmine/menu_manager'
require 'redmine/notifiable'
require 'redmine/platform'
require 'redmine/mime_type'
-require 'redmine/notifiable'
require 'redmine/search'
require 'redmine/syntax_highlighting'
require 'redmine/thumbnail'