From c673c70c25143f18b2ef6aef9ee6633d0eac46ae Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 Aug 2012 21:41:58 -0700 Subject: updates --- include/zot.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index cb57c2d84..6fe202aa8 100644 --- a/include/zot.php +++ b/include/zot.php @@ -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); } -- cgit v1.2.3