]> git.mxchange.org Git - friendica.git/blobdiff - mod/subthread.php
Remove/replace killme() with *exit()
[friendica.git] / mod / subthread.php
index bd7fee534e81b1fb80dfda60405da38f60f40055..3d7167303346db291ac90894645cf069313b402a 100644 (file)
@@ -151,6 +151,6 @@ EOT;
 
        Addon::callHooks('post_local_end', $arr);
 
-       killme();
+       exit();
 
 }