diff options
author | Mario <mario@mariovavti.com> | 2021-09-15 11:03:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-15 11:03:19 +0000 |
commit | 9052695a138807c185c897828ed1e959b5e99a59 (patch) | |
tree | c6abecd0bcc2c2fb227e475b5caaf51f2796a1b6 /Zotlabs/Lib/Libzot.php | |
parent | 46b8db53ab021be06f6dd9c15e6b69c22609aa0f (diff) | |
download | volse-hubzilla-9052695a138807c185c897828ed1e959b5e99a59.tar.gz volse-hubzilla-9052695a138807c185c897828ed1e959b5e99a59.tar.bz2 volse-hubzilla-9052695a138807c185c897828ed1e959b5e99a59.zip |
typo
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index f3cf52a33..e03f0173d 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1221,7 +1221,7 @@ class Libzot { $arr['owner_xchan'] = $env['sender']; - if(filter_var($env['sender'], FILTER_VALIDATE_URL)) + if(filter_var($env['sender'], FILTER_VALIDATE_URL)) { // in individual delivery, change owner if needed $s = q("select hubloc_hash, hubloc_url from hubloc where hubloc_id_url = '%s' and hubloc_network = 'zot6' limit 1", dbesc($env['sender']) |