X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotify.php;h=6ec36d8f99f7fe387a77df94c049a9c908e52931;hb=cbc898d90296fba04b01772cef6f553eee7616cd;hp=a277e59813ecb53a11907a2a7e9736a609408cdb;hpb=67afa069abc97e3e00b78993a92881dc4afde9d7;p=friendica.git diff --git a/mod/notify.php b/mod/notify.php index a277e59813..6ec36d8f99 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -37,10 +37,10 @@ function notify_init(App $a) } } - goaway($note['link']); + System::externalRedirect($note['link']); } - goaway(System::baseUrl(true)); + $a->internalRedirect(); } if ($a->argc > 2 && $a->argv[1] === 'mark' && $a->argv[2] === 'all') {