diff options
author | Mario <mario@mariovavti.com> | 2021-05-27 10:50:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-27 10:50:53 +0000 |
commit | 2765a0a9fd9d243108c44b9fcfda24bcae80e703 (patch) | |
tree | cdf37fe78b6f6418122f3c3f6e8ff103815859b6 /Zotlabs/Daemon/Onepoll.php | |
parent | 9d96793e1ab93a9b0ef67eaa713e5e814ac5170c (diff) | |
download | volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.tar.gz volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.tar.bz2 volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.zip |
missing includes
Diffstat (limited to 'Zotlabs/Daemon/Onepoll.php')
-rw-r--r-- | Zotlabs/Daemon/Onepoll.php | 1 |
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 { |