mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-24 23:23:44 +00:00
minor alteration
This commit is contained in:
parent
b1fb01437f
commit
cf6f514fe9
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ EOT;
|
||||||
logger('ijpost: data: ' . $xml, LOGGER_DATA);
|
logger('ijpost: data: ' . $xml, LOGGER_DATA);
|
||||||
|
|
||||||
if($ij_blog !== 'test')
|
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);
|
logger('posted to insanejournal: ' . ($x) ? $x : '', LOGGER_DEBUG);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue