Removed require statement
There didn't seem to be any ostatus function calls in this file. Running with it commented out produced no errors.
This commit is contained in:
parent
f3c8af485f
commit
86073ddfd1
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* @file include/delivery.php
|
||||||
|
*/
|
||||||
use Friendica\App;
|
use Friendica\App;
|
||||||
use Friendica\Core\System;
|
use Friendica\Core\System;
|
||||||
use Friendica\Core\Config;
|
use Friendica\Core\Config;
|
||||||
|
@ -9,7 +11,6 @@ use Friendica\Protocol\DFRN;
|
||||||
|
|
||||||
require_once 'include/queue_fn.php';
|
require_once 'include/queue_fn.php';
|
||||||
require_once 'include/html2plain.php';
|
require_once 'include/html2plain.php';
|
||||||
//require_once 'include/ostatus.php';
|
|
||||||
|
|
||||||
function delivery_run(&$argv, &$argc){
|
function delivery_run(&$argv, &$argc){
|
||||||
global $a;
|
global $a;
|
||||||
|
|
Loading…
Reference in a new issue