aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-07 20:03:40 +0000
committerMario <mario@mariovavti.com>2022-01-07 20:03:40 +0000
commitc72e5e3b66db227e27a400044dcc0a6748d49cb5 (patch)
treebf48228ed4d65ea987a626eeabbdb020637257e7 /Zotlabs/Widget
parent5e811819e2738bd4de2869c9b99601219631ff0d (diff)
downloadvolse-hubzilla-c72e5e3b66db227e27a400044dcc0a6748d49cb5.tar.gz
volse-hubzilla-c72e5e3b66db227e27a400044dcc0a6748d49cb5.tar.bz2
volse-hubzilla-c72e5e3b66db227e27a400044dcc0a6748d49cb5.zip
streamline privacy groups
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Collections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Collections.php b/Zotlabs/Widget/Collections.php
index 774878540..ad1a10f4b 100644
--- a/Zotlabs/Widget/Collections.php
+++ b/Zotlabs/Widget/Collections.php
@@ -9,7 +9,7 @@ class Collections {
function widget($args) {
if(argc() < 2)
- return;
+ // return;
$mode = ((array_key_exists('mode',$args)) ? $args['mode'] : 'conversation');
switch($mode) {