diff options
author | friendica <info@friendica.com> | 2014-03-16 20:49:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-16 20:49:29 -0700 |
commit | e57bf86a276cbacac0e112b794c85202cbca7dcf (patch) | |
tree | cb1d7c4de68371878be8504b71d63b537439972b /include/enotify.php | |
parent | ecb2e52a7411a8a39b8030964604f0f28f2facce (diff) | |
download | volse-hubzilla-e57bf86a276cbacac0e112b794c85202cbca7dcf.tar.gz volse-hubzilla-e57bf86a276cbacac0e112b794c85202cbca7dcf.tar.bz2 volse-hubzilla-e57bf86a276cbacac0e112b794c85202cbca7dcf.zip |
mail notification goes to old link
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, '<a href="' . $siteurl . '/mail/' . $params['item']['id'] . '">' . $sitename . '</a>'); - $itemlink = $siteurl . '/message/' . $params['item']['id']; + $itemlink = $siteurl . '/mail/' . $params['item']['id']; } if($params['type'] == NOTIFY_COMMENT) { |