Remove requires

remove require_once for old file
This commit is contained in:
Adam Magness 2018-02-05 07:48:42 -05:00
commit 4be49e706b
4 changed files with 0 additions and 6 deletions

View file

@ -8,9 +8,6 @@ use Friendica\Database\DBM;
use Friendica\Model\Item;
function starred_init(App $a) {
require_once("include/threads.php");
$starred = 0;
if (! local_user()) {