From e57bf86a276cbacac0e112b794c85202cbca7dcf Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Mar 2014 20:49:29 -0700 Subject: mail notification goes to old link --- include/enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/enotify.php b/include/enotify.php index 036d5275e..5a55aee09 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -88,7 +88,7 @@ function notification($params) { $sitelink = t('Please visit %s to view and/or reply to your private messages.'); $tsitelink = sprintf( $sitelink, $siteurl . '/mail/' . $params['item']['id'] ); $hsitelink = sprintf( $sitelink, '' . $sitename . ''); - $itemlink = $siteurl . '/message/' . $params['item']['id']; + $itemlink = $siteurl . '/mail/' . $params['item']['id']; } if($params['type'] == NOTIFY_COMMENT) { -- cgit v1.2.3