diff --git a/include/diaspora.php b/include/diaspora.php index 1e8d586c78..18206be8ed 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2561,7 +2561,7 @@ class diaspora { */ 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('send guid '.$guid, LOGGER_DEBUG);