From 73ec9cd6848d6cf0a462272719c593ef904c1550 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 11 Mar 2014 08:13:18 +0100 Subject: [PATCH] Fixed missing post. --- lib/import/otrs.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/import/otrs.rb b/lib/import/otrs.rb index cbf4d5c21..838965e98 100644 --- a/lib/import/otrs.rb +++ b/lib/import/otrs.rb @@ -25,6 +25,7 @@ module Import::OTRS url, { :method => 'post', + :data => data, :user => Setting.get('import_otrs_user'), :password => Setting.get('import_otrs_password'), },