From: Tony Baldwin Date: Sun, 18 Mar 2012 13:50:50 +0000 (-0400) Subject: minor X-Git-Tag: 2.39~1^2~7 X-Git-Url: https://reisub.nsupdate.info/git/?a=commitdiff_plain;h=1f50a421353f413d1a9cd364f87ec640b7198cc5;p=friendica-addons.git%2F.git minor --- diff --git a/ljpost/ljpost.php b/ljpost/ljpost.php index ddcd2890..dc17e83f 100755 --- a/ljpost/ljpost.php +++ b/ljpost/ljpost.php @@ -232,7 +232,7 @@ EOT; logger('ljpost: data: ' . $xml, LOGGER_DATA); if($lj_blog !== 'test') - $x = post_url($lj_blog,$xml); + $x = post_url($lj_blog,$xml,array("Content-Type: text/xml")); logger('posted to livejournal: ' . ($x) ? $x : '', LOGGER_DEBUG); }