]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Remove/replace killme() with *exit()
[friendica.git] / mod / notify.php
index 959b581d59a25942b19cb824ec4b11cd1e479a8a..2606e796ff81daa74682a4b80671a4f387776f99 100644 (file)
@@ -48,7 +48,7 @@ function notify_init(App $a)
                $r = $nm->setAllSeen();
                $j = json_encode(['result' => ($r) ? 'success' : 'fail']);
                echo $j;
-               killme();
+               exit();
        }
 }