Small bugfix
This commit is contained in:
parent
d125939888
commit
24e0fffa2e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue