From f3c8af485f67eda7cefb602793b94aebc17ffeb1 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Wed, 15 Nov 2017 23:11:00 -0500 Subject: [PATCH] Require statement Not sure if this is needed or not, there are no ostatus:: calls in this file. --- include/delivery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/delivery.php b/include/delivery.php index 7c5f4648c..a2d194fcd 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -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;