diff options
Diffstat (limited to 'mod/mood.php')
-rwxr-xr-x | mod/mood.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mood.php b/mod/mood.php index 7a793c71e..8992c55e3 100755 --- a/mod/mood.php +++ b/mod/mood.php @@ -57,7 +57,7 @@ function mood_init(&$a) { $poster = $a->contact; - $uri = item_new_uri($a->get_hostname(),$uid); + $uri = item_message_id(); $action = sprintf( t('%1$s is currently %2$s'), '[url=' . $poster['url'] . ']' . $poster['name'] . '[/url]' , $verbs[$verb]); |