From 24e0fffa2e6bbbdab7b3bcd26b92f08e6fce68fa Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 30 Jun 2016 07:56:06 +0200 Subject: [PATCH] Small bugfix --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);