diff options
Diffstat (limited to 'mod/poke.php')
-rwxr-xr-x | mod/poke.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/poke.php b/mod/poke.php index a4ccc517a..739690386 100755 --- a/mod/poke.php +++ b/mod/poke.php @@ -76,7 +76,7 @@ function poke_init(&$a) { $poster = $a->contact; - $uri = item_new_uri($a->get_hostname(),$uid); + $uri = item_message_id(); $arr = array(); |