From 2f641ecdc86f91bd7e4abfe45de7318d6f6f7024 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 19 Jul 2012 18:50:33 -0700 Subject: [PATCH] id mismatch --- mod/poke.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/poke.php b/mod/poke.php index 29b732f425..8fe07b4cd7 100644 --- a/mod/poke.php +++ b/mod/poke.php @@ -54,7 +54,7 @@ function poke_init(&$a) { $arr['parent-uri'] = $uri; $arr['type'] = 'activity'; $arr['wall'] = 1; - $arr['contact-id'] = $target['id']; + $arr['contact-id'] = $poster['id']; $arr['owner-name'] = $poster['name']; $arr['owner-link'] = $poster['url']; $arr['owner-avatar'] = $poster['thumb'];