Commit 14c7a887 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

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
parent 72a39622
......@@ -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 = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment