replaces missing semi-colon...
This commit is contained in:
parent
cf6f514fe9
commit
28a7fb2680
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue