diff options
author | Mario <mario@mariovavti.com> | 2025-04-21 10:15:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-04-21 10:15:51 +0000 |
commit | 1b458c7d65287c29621cb916f3d20e28d4d2cce0 (patch) | |
tree | 0bbc43af0cf01a2298b9ad3784f86582d0597183 | |
parent | d2177f27f9cd3f3fa4051b054e215b505cce50ee (diff) | |
download | volse-hubzilla-1b458c7d65287c29621cb916f3d20e28d4d2cce0.tar.gz volse-hubzilla-1b458c7d65287c29621cb916f3d20e28d4d2cce0.tar.bz2 volse-hubzilla-1b458c7d65287c29621cb916f3d20e28d4d2cce0.zip |
missing include
-rw-r--r-- | Zotlabs/Lib/Activity.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index b99d0b902..3029f0c94 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -13,6 +13,7 @@ use Zotlabs\Entity\Item; require_once('include/event.php'); require_once('include/html2plain.php'); require_once('include/items.php'); +require_once('include/markdown.php'); class Activity { |