##// END OF EJS Templates
Fixes broken --unknown-user option in mailhandler script (#3514)....
Jean-Philippe Lang -
r2693:14c7a887eeb8
parent child
Show More
@@ -69,7 +69,7 end
69 class RedmineMailHandler
69 class RedmineMailHandler
70 VERSION = '0.1'
70 VERSION = '0.1'
71
71
72 attr_accessor :verbose, :issue_attributes, :allow_override, :uknown_user, :url, :key
72 attr_accessor :verbose, :issue_attributes, :allow_override, :unknown_user, :url, :key
73
73
74 def initialize
74 def initialize
75 self.issue_attributes = {}
75 self.issue_attributes = {}
General Comments 0
You need to be logged in to leave comments. Login now