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
|
@ -9,7 +9,7 @@ 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';
|
//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