]> git.mxchange.org Git - friendica.git/blobdiff - mod/poke.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / mod / poke.php
index f1bad7742b5ebedb6810920a37e171b05d732eca..fb1fae85d6727db111a98371171417d8b85bbebf 100644 (file)
@@ -25,8 +25,6 @@ use Friendica\Model\Item;
 use Friendica\Util\Strings;
 use Friendica\Util\XML;
 
-require_once 'include/items.php';
-
 function poke_init(App $a)
 {
        if (!local_user()) {