This commit is contained in:
friendica
2012-08-05 21:41:58 -07:00
parent 4f64599210
commit c673c70c25
18 changed files with 56 additions and 21 deletions

View File

@@ -58,8 +58,11 @@ function zot_verify(&$item,$identity) {
function zot_notify($entity,$url) {
$x = z_post_url($url,
array('zot_uid' => $entity_global_id, 'callback' => z_root() . '/zot', 'spec' => ZOT_REVISION));
$x = z_post_url($url, array(
'zot_uid' => $entity['entity_global_id'],
'callback' => z_root() . '/zot',
'spec' => ZOT_REVISION)
);
return($x);
}