]> git.mxchange.org Git - friendica-addons.git/commitdiff
minor alteration
authorTony Baldwin <tony@baldwinsoftware.com>
Sun, 18 Mar 2012 13:37:46 +0000 (09:37 -0400)
committerTony Baldwin <tony@baldwinsoftware.com>
Sun, 18 Mar 2012 13:37:46 +0000 (09:37 -0400)
ijpost/ijpost.php

index e535ec2c2ecaa3aa0aba4808bf8519ffde51045e..d6861f46949b172720b653e01e6f0495f2bbf89a 100644 (file)
@@ -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);
 
        }