X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fenotify.php;h=e21adc91ac64fe07dbcfc2e2aad7f6166f34dc56;hb=34f4aedb87e403ef276fa780bcaaeb280336c0f4;hp=7567613b4fb17cdbe651559c39029c0c7e24c82b;hpb=d84ceb327a59874564c92ff9942ace76d8141a64;p=friendica.git diff --git a/include/enotify.php b/include/enotify.php index 7567613b4f..e21adc91ac 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -500,7 +500,7 @@ function notification($params) DI::notify()->update($notification); - $itemlink = DI::baseUrl() . '/notification/view/' . $notification->id; + $itemlink = DI::baseUrl() . '/notification/' . $notification->id; $notify_id = $notification->id; }