summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/steps/utils/html2text.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/utils/html2text.inc b/program/steps/utils/html2text.inc
index c01443b22..58df34bd0 100644
--- a/program/steps/utils/html2text.inc
+++ b/program/steps/utils/html2text.inc
@@ -19,7 +19,7 @@
+-----------------------------------------------------------------------+
*/
-$html = $HTTP_RAW_POST_DATA;
+$html = stream_get_contents(fopen('php://input', 'r'));
// Replace emoticon images with its text representation
$html = $RCMAIL->replace_emoticons($html);