aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Like.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/Like.php
parentf59aefd3d9d8191409edeb1bfdba3f16f0af9b12 (diff)
downloadvolse-hubzilla-453dd38e51a5fe20bb34396ecc5f11e345196322.tar.gz
volse-hubzilla-453dd38e51a5fe20bb34396ecc5f11e345196322.tar.bz2
volse-hubzilla-453dd38e51a5fe20bb34396ecc5f11e345196322.zip
missing include
Diffstat (limited to 'Zotlabs/Module/Like.php')
-rw-r--r--Zotlabs/Module/Like.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Like.php b/Zotlabs/Module/Like.php
index accf075da..cfb8a9bf3 100644
--- a/Zotlabs/Module/Like.php
+++ b/Zotlabs/Module/Like.php
@@ -7,7 +7,7 @@ use Zotlabs\Lib\Libsync;
require_once('include/security.php');
require_once('include/bbcode.php');
require_once('include/items.php');
-
+require_once('include/conversation.php');
class Like extends \Zotlabs\Web\Controller {