aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-01-21 09:52:13 +0100
committerMario Vavti <mario@mariovavti.com>2024-01-21 09:52:13 +0100
commit9cfd1c231843214351c81273622e848af4db7a45 (patch)
tree600632570f671aa580d25da6e37186d053adfce7
parent2dd0677d23590c8b8a9fe6ec455a239d6153fa9a (diff)
downloadvolse-hubzilla-9cfd1c231843214351c81273622e848af4db7a45.tar.gz
volse-hubzilla-9cfd1c231843214351c81273622e848af4db7a45.tar.bz2
volse-hubzilla-9cfd1c231843214351c81273622e848af4db7a45.zip
missing include
-rw-r--r--include/channel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel.php b/include/channel.php
index 8714d256f..8045ea333 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -16,6 +16,7 @@ use Zotlabs\Lib\Libzot;
use Zotlabs\Lib\Connect;
use Zotlabs\Lib\Libsync;
use Zotlabs\Lib\AccessList;
+use Zotlabs\Lib\Multibase;
require_once('include/crypto.php');
require_once('include/menu.php');