minor
authorTony Baldwin <tony@baldwinsoftware.com>
Sun, 18 Mar 2012 13:50:50 +0000 (09:50 -0400)
committerTony Baldwin <tony@baldwinsoftware.com>
Sun, 18 Mar 2012 13:50:50 +0000 (09:50 -0400)
ljpost/ljpost.php

index ddcd289..dc17e83 100755 (executable)
@@ -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);
 
        }