]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / mod / tagger.php
index f8979ae6cac05f102f7be5cc4423675b1b25fbf5..78133a9e1823a30498262e811269eee948c910e0 100644 (file)
@@ -13,8 +13,6 @@ use Friendica\Model\Item;
 use Friendica\Util\Strings;
 use Friendica\Util\XML;
 
-require_once 'include/items.php';
-
 function tagger_content(App $a) {
 
        if (!local_user() && !remote_user()) {