]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Renamed System::redirect() to $a->redirect()
[friendica.git] / mod / notify.php
index a277e59813ecb53a11907a2a7e9736a609408cdb..4f9aa62fa11202a4096707e74477358ff5fa0589 100644 (file)
@@ -37,10 +37,10 @@ function notify_init(App $a)
                                }
                        }
 
-                       goaway($note['link']);
+                       $a->redirect($note['link']);
                }
 
-               goaway(System::baseUrl(true));
+               $a->redirect();
        }
 
        if ($a->argc > 2 && $a->argv[1] === 'mark' && $a->argv[2] === 'all') {