aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-27 10:50:53 +0000
committerMario <mario@mariovavti.com>2021-05-27 10:50:53 +0000
commit2765a0a9fd9d243108c44b9fcfda24bcae80e703 (patch)
treecdf37fe78b6f6418122f3c3f6e8ff103815859b6 /Zotlabs/Daemon
parent9d96793e1ab93a9b0ef67eaa713e5e814ac5170c (diff)
downloadvolse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.tar.gz
volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.tar.bz2
volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.zip
missing includes
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r--Zotlabs/Daemon/Onepoll.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Onepoll.php b/Zotlabs/Daemon/Onepoll.php
index 10fe395bc..9b4bee558 100644
--- a/Zotlabs/Daemon/Onepoll.php
+++ b/Zotlabs/Daemon/Onepoll.php
@@ -8,6 +8,7 @@ use Zotlabs\Lib\ASCollection;
use Zotlabs\Lib\Libzot;
require_once('include/socgraph.php');
+require_once('include/feedutils.php');
class Onepoll {