]> git.mxchange.org Git - friendica.git/commitdiff
Small bugfix
authorMichael Vogel <icarus@dabo.de>
Thu, 30 Jun 2016 05:56:06 +0000 (07:56 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 30 Jun 2016 05:56:06 +0000 (07:56 +0200)
include/diaspora.php

index 1e8d586c788e53658086e81a15e507b0d1e651e5..18206be8ed88bae758a1cf83a694bdc125851ff8 100644 (file)
@@ -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);