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 | |
parent | 9d96793e1ab93a9b0ef67eaa713e5e814ac5170c (diff) | |
download | volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.tar.gz volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.tar.bz2 volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.zip |
missing includes
-rw-r--r-- | Zotlabs/Daemon/Onepoll.php | 1 | ||||
-rw-r--r-- | Zotlabs/Lib/Activity.php | 1 |
2 files changed, 2 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 { diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 500e99ee8..a24c17815 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -11,6 +11,7 @@ use Zotlabs\Web\HTTPSig; require_once('include/event.php'); require_once('include/html2plain.php'); +require_once('include/items.php'); class Activity { |