aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Zotfeed.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-13 22:13:17 +0000
committerMario <mario@mariovavti.com>2021-03-13 23:22:08 +0100
commitb9e1c38773d761a85132e6656995431b3e5980dd (patch)
tree4df9ccef6cd01c1ff8e53d92d079ef243dcc80a7 /Zotlabs/Module/Zotfeed.php
parent1582b8bc9620a661823c608c0c7023a70554214b (diff)
downloadvolse-hubzilla-b9e1c38773d761a85132e6656995431b3e5980dd.tar.gz
volse-hubzilla-b9e1c38773d761a85132e6656995431b3e5980dd.tar.bz2
volse-hubzilla-b9e1c38773d761a85132e6656995431b3e5980dd.zip
fix mod subthread for zot6
(cherry picked from commit 22d769ecae17c9d5d36232c543b48b0a155ca502)
Diffstat (limited to 'Zotlabs/Module/Zotfeed.php')
-rw-r--r--Zotlabs/Module/Zotfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Zotfeed.php b/Zotlabs/Module/Zotfeed.php
index 2566924aa..6f29daec5 100644
--- a/Zotlabs/Module/Zotfeed.php
+++ b/Zotlabs/Module/Zotfeed.php
@@ -19,7 +19,7 @@ class Zotfeed extends Controller {
killme();
}
- $channel = ((argv(1)) ? channelx_by_nick(argv(1)) : get_sys_channel());
+ $channel = channelx_by_nick(argv(1));
if (!$channel) {
killme();
}