X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fspool_post.php;h=2b21e41965eea15b494ef2a53786c5a7b529c39d;hb=cb3077b7a9023a65b6dc13df065bfbbe7f7633fb;hp=f64b39e4b687bda0e0b42434ed88c2872367c463;hpb=e301fa083291f2df98192532c9c5cba03abfeb5a;p=friendica.git diff --git a/include/spool_post.php b/include/spool_post.php index f64b39e4b6..2b21e41965 100644 --- a/include/spool_post.php +++ b/include/spool_post.php @@ -4,7 +4,7 @@ * @brief Posts items that wer spooled because they couldn't be posted. */ -use \Friendica\Core\Config; +use Friendica\Core\Config; require_once("include/items.php"); @@ -55,4 +55,3 @@ function spool_post_run($argv, $argc) { } } } -?>