1
1
Fork 0

Includes and calls

Remove includes and update function calls
This commit is contained in:
Adam Magness 2018-01-09 09:59:52 -05:00
commit a59ab5552e
9 changed files with 25 additions and 24 deletions

View file

@ -1,11 +1,12 @@
<?php
/**
* @file mod/unfollow.php
*/
use Friendica\App;
use Friendica\Core\System;
use Friendica\Database\DBM;
use Friendica\Model\Contact;
require_once 'include/follow.php';
require_once 'include/contact_selectors.php';
function unfollow_post(App $a) {