diff options
author | Mario <mario@mariovavti.com> | 2022-02-21 10:03:43 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-21 10:03:43 +0000 |
commit | 7e04662a9cf88039273e08b050e0fb6235346b51 (patch) | |
tree | 1eaf56fb6c7bd77bc9c332b91306ec452527431f | |
parent | a80454978181eebf7813a10c00b3166f66300b3f (diff) | |
download | volse-hubzilla-7e04662a9cf88039273e08b050e0fb6235346b51.tar.gz volse-hubzilla-7e04662a9cf88039273e08b050e0fb6235346b51.tar.bz2 volse-hubzilla-7e04662a9cf88039273e08b050e0fb6235346b51.zip |
do not require network for forums widget
-rw-r--r-- | Zotlabs/Widget/Forums.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Forums.php b/Zotlabs/Widget/Forums.php index 454cc7a26..c40556273 100644 --- a/Zotlabs/Widget/Forums.php +++ b/Zotlabs/Widget/Forums.php @@ -3,7 +3,6 @@ /** * * Name: Forums * * Description: A list of forum channels with unseen item counts - * * Requires: network */ namespace Zotlabs\Widget; |