diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/notify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notify.php b/include/notify.php index 9517e06dc..3bc29619d 100644 --- a/include/notify.php +++ b/include/notify.php @@ -28,7 +28,7 @@ function format_notification($item) { // convert this logic into a json array just like the system notifications return array( - 'notify_link' => z_root() . '/notify/view_item/' . $item['id'], + 'notify_link' => z_root() . '/display/' . $item['llink'], 'name' => $item['author']['xchan_name'], 'url' => $item['author']['xchan_url'], 'photo' => $item['author']['xchan_photo_s'], |