added insanejournal #19

Merged
tonybaldwin merged 11 commits from master into master 2012-03-18 14:56:14 +01:00
Showing only changes of commit 1f50a42135 - Show all commits

View file

@ -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);
}