aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-23 14:01:04 +0000
committerMario <mario@mariovavti.com>2020-11-23 14:01:04 +0000
commit453dd38e51a5fe20bb34396ecc5f11e345196322 (patch)
tree47714205d763834fff4ce3e03e5f9a1c439af0cd /Zotlabs/Module/Item.php
parentf59aefd3d9d8191409edeb1bfdba3f16f0af9b12 (diff)
downloadvolse-hubzilla-453dd38e51a5fe20bb34396ecc5f11e345196322.tar.gz
volse-hubzilla-453dd38e51a5fe20bb34396ecc5f11e345196322.tar.bz2
volse-hubzilla-453dd38e51a5fe20bb34396ecc5f11e345196322.zip
missing include
Diffstat (limited to 'Zotlabs/Module/Item.php')
-rw-r--r--Zotlabs/Module/Item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php
index c4fac1385..3a74200c4 100644
--- a/Zotlabs/Module/Item.php
+++ b/Zotlabs/Module/Item.php
@@ -20,6 +20,7 @@ use App;
require_once('include/crypto.php');
require_once('include/items.php');
require_once('include/security.php');
+require_once('include/conversation.php');
/**