aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-03 08:20:16 +0000
committerMario <mario@mariovavti.com>2021-10-03 08:20:16 +0000
commit58ee147653a759d1a4e41d5978e29a66cb58384e (patch)
treed279380ac2f269159eb973d15ad917c3b2dfae3e /Zotlabs
parent28ad6a68834a21553e98f16e090ce4c227ac343c (diff)
downloadvolse-hubzilla-58ee147653a759d1a4e41d5978e29a66cb58384e.tar.gz
volse-hubzilla-58ee147653a759d1a4e41d5978e29a66cb58384e.tar.bz2
volse-hubzilla-58ee147653a759d1a4e41d5978e29a66cb58384e.zip
fix typo
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Zot6/Zot6Handler.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Zot6/Zot6Handler.php b/Zotlabs/Zot6/Zot6Handler.php
index 779944bf0..e910366f6 100644
--- a/Zotlabs/Zot6/Zot6Handler.php
+++ b/Zotlabs/Zot6/Zot6Handler.php
@@ -71,13 +71,11 @@ class Zot6Handler implements IHandler {
where xchan_hash ='%s' limit 1",
dbesc($recip)
);
- /// @FIXME $msgtype is undefined
$x = Libzot::refresh([ 'hubloc_id_url' => $hub['hubloc_id_url']], $r[0], $force);
}
}
else {
// system wide refresh
- /// @FIXME $msgtype is undefined
$x = Libzot::refresh(['hubloc_id_url' => $hub['hubloc_id_url']], null, $force);
}