Fixed missing post.

This commit is contained in:
Martin Edenhofer 2014-03-11 08:13:18 +01:00
parent c17626ef37
commit 73ec9cd684

View file

@ -25,6 +25,7 @@ module Import::OTRS
url, url,
{ {
:method => 'post', :method => 'post',
:data => data,
:user => Setting.get('import_otrs_user'), :user => Setting.get('import_otrs_user'),
:password => Setting.get('import_otrs_password'), :password => Setting.get('import_otrs_password'),
}, },