]> git.mxchange.org Git - friendica.git/blobdiff - mod/subthread.php
Merge pull request #6340 from MrPetovan/bug/1495-fix-admin-theme-settings
[friendica.git] / mod / subthread.php
index 90ab5a3aabbddf46c0db8d1f26ea98655ee3c7fe..bd7fee534e81b1fb80dfda60405da38f60f40055 100644 (file)
@@ -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()) {