]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/dwpost.php
Merge remote-tracking branch 'friendica/master'
[friendica-addons.git] / dwpost / dwpost.php
index 85e808c0d7b6d9f3956f7bedfcb63b37148af709..2391b5711cdbf41b8dac81f60cf45659514e8027 100644 (file)
@@ -213,7 +213,7 @@ EOT;
                logger('dwpost: data: ' . $xml, LOGGER_DATA);
 
                if($dw_blog !== 'test')
-                       $x = post_url($dw_blog,$xml);
+                       $x = post_url($dw_blog,$xml,array("Content-Type: text/xml"));
                logger('posted to dreamwidth: ' . ($x) ? $x : '', LOGGER_DEBUG);
 
        }