diff options
author | friendica <info@friendica.com> | 2013-01-08 13:38:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-08 13:38:07 -0800 |
commit | 948644bd46036202a098416eee546aab5d0bf978 (patch) | |
tree | e07e9b8c7789aab528ec214c4c8868977de5797a /include | |
parent | 701a8e9925b2b1ffcbe6aab1a92dcf8b35ddbd2c (diff) | |
download | volse-hubzilla-948644bd46036202a098416eee546aab5d0bf978.tar.gz volse-hubzilla-948644bd46036202a098416eee546aab5d0bf978.tar.bz2 volse-hubzilla-948644bd46036202a098416eee546aab5d0bf978.zip |
minor notification tweaks
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'], |