From: Tony Baldwin Date: Sun, 18 Mar 2012 13:47:39 +0000 (-0400) Subject: replaces missing semi-colon... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=28a7fb268071406dc3a463fa7869f94b7f7f9dc7;p=friendica-addons.git replaces missing semi-colon... --- 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); }