aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-27 17:44:24 +0000
committerMario <mario@mariovavti.com>2021-05-27 17:44:24 +0000
commit190fc4e3c4cd68cc73a0509b4b6e53a7696f5a0c (patch)
treede40ad15461bde98a89f9be798acfc64dcd9c3f1 /Zotlabs
parent3eb1b9d168644ed4fd8bca5de8360c7ededbacfc (diff)
downloadvolse-hubzilla-190fc4e3c4cd68cc73a0509b4b6e53a7696f5a0c.tar.gz
volse-hubzilla-190fc4e3c4cd68cc73a0509b4b6e53a7696f5a0c.tar.bz2
volse-hubzilla-190fc4e3c4cd68cc73a0509b4b6e53a7696f5a0c.zip
fix typo
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Zot6/Zot6Handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot6/Zot6Handler.php b/Zotlabs/Zot6/Zot6Handler.php
index 32953f226..779944bf0 100644
--- a/Zotlabs/Zot6/Zot6Handler.php
+++ b/Zotlabs/Zot6/Zot6Handler.php
@@ -72,7 +72,7 @@ class Zot6Handler implements IHandler {
dbesc($recip)
);
/// @FIXME $msgtype is undefined
- $x = Libzot::refresh([ 'hubloc_id_url' => $hub['hubloc_id_url']], $r[0], $force));
+ $x = Libzot::refresh([ 'hubloc_id_url' => $hub['hubloc_id_url']], $r[0], $force);
}
}
else {