X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsubthread.php;h=3d7167303346db291ac90894645cf069313b402a;hb=895b3abf320a28ecf0f797f4f4900e6baf429308;hp=90ab5a3aabbddf46c0db8d1f26ea98655ee3c7fe;hpb=57695d48b41b5dba9a4ec1e97b531ff6590d8845;p=friendica.git diff --git a/mod/subthread.php b/mod/subthread.php index 90ab5a3aab..3d71673033 100644 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -13,8 +13,6 @@ use Friendica\Util\Security; use Friendica\Util\Strings; use Friendica\Util\XML; -require_once 'include/items.php'; - function subthread_content(App $a) { if (!local_user() && !remote_user()) { @@ -153,6 +151,6 @@ EOT; Addon::callHooks('post_local_end', $arr); - killme(); + exit(); }