diff options
author | Mario <mario@mariovavti.com> | 2023-12-06 09:47:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-12-06 09:47:13 +0000 |
commit | 81c36827819f1e8b455a59a9b653a893fd8823a2 (patch) | |
tree | 1b5a4cfaac9791bdd914b8cefc210720ee86da82 | |
parent | 2e6e1fdd550bf1bd3476d94839f2cceda0cc53cc (diff) | |
download | volse-hubzilla-81c36827819f1e8b455a59a9b653a893fd8823a2.tar.gz volse-hubzilla-81c36827819f1e8b455a59a9b653a893fd8823a2.tar.bz2 volse-hubzilla-81c36827819f1e8b455a59a9b653a893fd8823a2.zip |
more issue #1820
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); require_once('include/bbcode.php'); require_once('include/items.php'); +require_once('include/conversation.php'); require_once('include/acl_selectors.php'); define('PLATFORM_NAME', 'hubzilla'); |