This commit is contained in:
Tony Baldwin 2012-03-18 09:50:50 -04:00
parent 28a7fb2680
commit 1f50a42135
1 changed files with 1 additions and 1 deletions

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