]> git.mxchange.org Git - friendica-addons.git/commitdiff
replaces missing semi-colon...
authorTony Baldwin <tony@baldwinsoftware.com>
Sun, 18 Mar 2012 13:47:39 +0000 (09:47 -0400)
committerTony Baldwin <tony@baldwinsoftware.com>
Sun, 18 Mar 2012 13:47:39 +0000 (09:47 -0400)
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);
 
        }