diff options
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 8f3fa9530..c43f29ad5 100755 --- a/include/items.php +++ b/include/items.php @@ -1558,7 +1558,7 @@ function send_status_notifications($post_id,$item) { 'from_xchan' => $item['author_xchan'], 'to_xchan' => $r[0]['channel_hash'], 'item' => $item, - 'link' => $a->get_baseurl() . '/display/' . $item['uri'], + 'link' => get_app()->get_baseurl() . '/display/' . $item['uri'], 'verb' => ACTIVITY_POST, 'otype' => 'item', 'parent' => $parent, |