]> git.mxchange.org Git - friendica-addons.git/commitdiff
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 ddcd28907f1fe5ec3a4aa2c3f204f2b2d508f21c..dc17e83fc8e7d667b71c1bad2a440ba8c2d03238 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);
 
        }