From: Michael Vogel Date: Thu, 30 Jun 2016 05:56:06 +0000 (+0200) Subject: Small bugfix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=24e0fffa2e6bbbdab7b3bcd26b92f08e6fce68fa;p=friendica.git Small bugfix --- 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);