diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-01-21 09:52:13 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-01-21 09:52:13 +0100 |
commit | 9cfd1c231843214351c81273622e848af4db7a45 (patch) | |
tree | 600632570f671aa580d25da6e37186d053adfce7 /include/channel.php | |
parent | 2dd0677d23590c8b8a9fe6ec455a239d6153fa9a (diff) | |
download | volse-hubzilla-9cfd1c231843214351c81273622e848af4db7a45.tar.gz volse-hubzilla-9cfd1c231843214351c81273622e848af4db7a45.tar.bz2 volse-hubzilla-9cfd1c231843214351c81273622e848af4db7a45.zip |
missing include
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 1 |
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'); |