replaces missing semi-colon...

This commit is contained in:
Tony Baldwin 2012-03-18 09:47:39 -04:00
parent cf6f514fe9
commit 28a7fb2680
1 changed files with 1 additions and 1 deletions

View 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);
}