some info code for usersalmon.php

This commit is contained in:
Evan Prodromou
2010-02-21 23:39:52 -05:00
parent e4c4f90c8a
commit a9599d53c5
2 changed files with 5 additions and 0 deletions

View File

@@ -205,6 +205,8 @@ class OStatusPlugin extends Plugin
if (!empty($oprofile) && !empty($oprofile->salmonuri)) {
common_log(LOG_INFO, "Sending notice '{$notice->uri}' to remote profile '{$oprofile->uri}'.");
// FIXME: this needs to go out in a queue handler
$xml = '<?xml version="1.0" encoding="UTF-8" ?>';