From cf6f514fe977c54a6f1fc5dd5fb1d577bb1520d1 Mon Sep 17 00:00:00 2001 From: Tony Baldwin Date: Sun, 18 Mar 2012 09:37:46 -0400 Subject: [PATCH] minor alteration --- ijpost/ijpost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ijpost/ijpost.php b/ijpost/ijpost.php index e535ec2c..d6861f46 100644 --- a/ijpost/ijpost.php +++ b/ijpost/ijpost.php @@ -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); }