aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-27 13:27:35 +0000
committerMario <mario@mariovavti.com>2023-09-27 13:27:35 +0000
commit08d85798ed431e20ce391636a7bff7d4a5e7830e (patch)
tree1455e833fff2b74422c67e32c01cd5eda17a56b3
parent38c2b36606a779a8748cf0cb410101b9c64581a9 (diff)
downloadvolse-hubzilla-08d85798ed431e20ce391636a7bff7d4a5e7830e.tar.gz
volse-hubzilla-08d85798ed431e20ce391636a7bff7d4a5e7830e.tar.bz2
volse-hubzilla-08d85798ed431e20ce391636a7bff7d4a5e7830e.zip
since the activity filter widget requires the network module we can link to the module directly so that it will work as quicklink widget in other modules
-rw-r--r--Zotlabs/Widget/Activity_filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Activity_filter.php b/Zotlabs/Widget/Activity_filter.php
index daaf5fb67..a8a00bda6 100644
--- a/Zotlabs/Widget/Activity_filter.php
+++ b/Zotlabs/Widget/Activity_filter.php
@@ -26,7 +26,7 @@ class Activity_filter {
$starred_active = '';
$conv_active = '';
$tabs = [];
- $cmd = \App::$cmd;
+ $cmd = 'network'; //\App::$cmd;
if(x($_GET,'dm')) {
$dm_active = (($_GET['dm'] == 1) ? 'active' : '');