Small bugfix

This commit is contained in:
Michael Vogel 2016-06-30 07:56:06 +02:00
parent d125939888
commit 24e0fffa2e
1 changed files with 1 additions and 1 deletions

View File

@ -2561,7 +2561,7 @@ class diaspora {
*/ */
private function build_and_transmit($owner, $contact, $type, $message, $public_batch = false, $guid = "", $spool = false) { private function build_and_transmit($owner, $contact, $type, $message, $public_batch = false, $guid = "", $spool = false) {
$msg = build_post_xml($type, $message); $msg = self::build_post_xml($type, $message);
logger('message: '.$msg, LOGGER_DATA); logger('message: '.$msg, LOGGER_DATA);
logger('send guid '.$guid, LOGGER_DEBUG); logger('send guid '.$guid, LOGGER_DEBUG);