commit | 7abc08acbeec7437b72d44e5e1a3500f7f6ac766 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Mar 26 21:10:49 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Thu Mar 26 21:10:49 2015 +0200 |
tree | 1759b413bbf8d61cb93b8968b6ae01e3a2607e26 | |
parent | 068ab206d84bf1668832988932dc61cfb3103bf8 [diff] [blame] |
Fix #3703
diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php index c276844..00d1fec 100644 --- a/system/libraries/Xmlrpcs.php +++ b/system/libraries/Xmlrpcs.php
@@ -223,7 +223,7 @@ $CI =& get_instance(); if ($CI->input->method() === 'post') { - $data = http_build_query($CI->input->input_stream(NULL, FALSE)); + $data = $CI->input->raw_input_stream; } }