mirror of
https://github.com/friendica/friendica
synced 2024-11-10 14:22:54 +00:00
Require statement
Not sure if this is needed or not, there are no ostatus:: calls in this file.
This commit is contained in:
parent
cd12de46f8
commit
f3c8af485f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use Friendica\Protocol\DFRN;
|
|||
|
||||
require_once 'include/queue_fn.php';
|
||||
require_once 'include/html2plain.php';
|
||||
require_once 'include/ostatus.php';
|
||||
//require_once 'include/ostatus.php';
|
||||
|
||||
function delivery_run(&$argv, &$argc){
|
||||
global $a;
|
||||
|
|
Loading…
Reference in a new issue