This commit is contained in:
friendica
2011-11-30 17:08:16 -08:00
parent 8f381e01ae
commit 37730ecc2a
4 changed files with 8 additions and 3 deletions

View File

@@ -41,6 +41,9 @@ function diaspora_dispatch($importer,$msg) {
$xmlbase = $parsed_xml->post;
logger('diaspora_dispatch: ' . print_r($xmlbase,true), LOGGER_DEBUG);
if($xmlbase->request) {
$ret = diaspora_request($importer,$xmlbase->request);
}