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-15 08:48:40 +0000
commit29beea28c2604efcd10e4daa242d7e58bafe59d8 (patch)
treec83caf10683ca627be755e8f57773de6a20a893d /Zotlabs/Module/Zotfeed.php
parente2a289d6146736efd5d897bd58c14a02bd9d0649 (diff)
downloadvolse-hubzilla-29beea28c2604efcd10e4daa242d7e58bafe59d8.tar.gz
volse-hubzilla-29beea28c2604efcd10e4daa242d7e58bafe59d8.tar.bz2
volse-hubzilla-29beea28c2604efcd10e4daa242d7e58bafe59d8.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();
}