From: Adam Magness Date: Thu, 16 Nov 2017 04:11:00 +0000 (-0500) Subject: Require statement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3c8af485f67eda7cefb602793b94aebc17ffeb1;p=friendica.git Require statement Not sure if this is needed or not, there are no ostatus:: calls in this file. --- diff --git a/include/delivery.php b/include/delivery.php index 7c5f4648c6..a2d194fcd9 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;