From: friendica Date: Fri, 20 Jul 2012 01:50:33 +0000 (-0700) Subject: id mismatch X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f641ecdc86f91bd7e4abfe45de7318d6f6f7024;p=friendica.git id mismatch --- 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'];