Fixes broken --unknown-user option in mailhandler script (#3514).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2793 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2009-06-25 16:16:59 +00:00
parent 72a396227a
commit 14c7a887ee
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ end
class RedmineMailHandler
VERSION = '0.1'
attr_accessor :verbose, :issue_attributes, :allow_override, :uknown_user, :url, :key
attr_accessor :verbose, :issue_attributes, :allow_override, :unknown_user, :url, :key
def initialize
self.issue_attributes = {}