diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-31 09:43:58 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-31 09:43:58 +0100 |
commit | e1b54b684383557159cc25839637c35329fce3cd (patch) | |
tree | fa2ba3842f0459ef67dc3557db049d453fdbd20c /include/zot.php | |
parent | aadbd5a92d83eb6d3e0ed33340e17150d0804563 (diff) | |
download | volse-hubzilla-e1b54b684383557159cc25839637c35329fce3cd.tar.gz volse-hubzilla-e1b54b684383557159cc25839637c35329fce3cd.tar.bz2 volse-hubzilla-e1b54b684383557159cc25839637c35329fce3cd.zip |
fix typos
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 094b50b72..8bad4fde5 100644 --- a/include/zot.php +++ b/include/zot.php @@ -4060,7 +4060,7 @@ function check_zotinfo($channel,$locations,&$ret) { dbesc($channel['channel_hash']) ); - $r = hubloc_store_lowelevel( + $r = hubloc_store_lowlevel( [ 'hubloc_guid' => $channel['channel_guid'], 'hubloc_guid_sig' => $channel['channel_guid_sig'], |