]> git.mxchange.org Git - friendica.git/commitdiff
id mismatch
authorfriendica <info@friendica.com>
Fri, 20 Jul 2012 01:50:33 +0000 (18:50 -0700)
committerfriendica <info@friendica.com>
Fri, 20 Jul 2012 01:50:33 +0000 (18:50 -0700)
mod/poke.php

index 29b732f425ed35a48b1f9ed8e550627afd8018de..8fe07b4cd7c08408c64808e3e93f1fa18a4548bd 100644 (file)
@@ -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'];