aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
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/Lib/Activity.php
parent9d96793e1ab93a9b0ef67eaa713e5e814ac5170c (diff)
downloadvolse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.tar.gz
volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.tar.bz2
volse-hubzilla-2765a0a9fd9d243108c44b9fcfda24bcae80e703.zip
missing includes
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r--Zotlabs/Lib/Activity.php1
1 files changed, 1 insertions, 0 deletions
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 {