From 28a7fb268071406dc3a463fa7869f94b7f7f9dc7 Mon Sep 17 00:00:00 2001 From: Tony Baldwin Date: Sun, 18 Mar 2012 09:47:39 -0400 Subject: [PATCH] replaces missing semi-colon... --- dwpost/dwpost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwpost/dwpost.php b/dwpost/dwpost.php index 85e808c0..2391b571 100644 --- a/dwpost/dwpost.php +++ b/dwpost/dwpost.php @@ -213,7 +213,7 @@ EOT; logger('dwpost: data: ' . $xml, LOGGER_DATA); if($dw_blog !== 'test') - $x = post_url($dw_blog,$xml); + $x = post_url($dw_blog,$xml,array("Content-Type: text/xml")); logger('posted to dreamwidth: ' . ($x) ? $x : '', LOGGER_DEBUG); }