]> git.mxchange.org Git - friendica.git/blobdiff - include/spool_post.php
fixed parser error, need parentheses
[friendica.git] / include / spool_post.php
index f64b39e4b687bda0e0b42434ed88c2872367c463..2b21e41965eea15b494ef2a53786c5a7b529c39d 100644 (file)
@@ -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) {
                }
        }
 }
-?>