From 948644bd46036202a098416eee546aab5d0bf978 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Jan 2013 13:38:07 -0800 Subject: minor notification tweaks --- include/notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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'], -- cgit v1.2.3