minor alteration

This commit is contained in:
Tony Baldwin 2012-03-18 09:37:46 -04:00
parent b1fb01437f
commit cf6f514fe9
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ EOT;
logger('ijpost: data: ' . $xml, LOGGER_DATA);
if($ij_blog !== 'test')
$x = post_url($ij_blog,$xml);
$x = post_url($ij_blog,$xml,array("Content-Type: text/xml"));
logger('posted to insanejournal: ' . ($x) ? $x : '', LOGGER_DEBUG);
}