aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-01-31 09:43:58 +0100
committerMario Vavti <mario@mariovavti.com>2017-01-31 09:43:58 +0100
commite1b54b684383557159cc25839637c35329fce3cd (patch)
treefa2ba3842f0459ef67dc3557db049d453fdbd20c
parentaadbd5a92d83eb6d3e0ed33340e17150d0804563 (diff)
downloadvolse-hubzilla-e1b54b684383557159cc25839637c35329fce3cd.tar.gz
volse-hubzilla-e1b54b684383557159cc25839637c35329fce3cd.tar.bz2
volse-hubzilla-e1b54b684383557159cc25839637c35329fce3cd.zip
fix typos
-rw-r--r--Zotlabs/Module/Fhublocs.php2
-rw-r--r--Zotlabs/Module/Import.php2
-rw-r--r--include/zot.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Module/Fhublocs.php b/Zotlabs/Module/Fhublocs.php
index d47ef24db..42c119da3 100644
--- a/Zotlabs/Module/Fhublocs.php
+++ b/Zotlabs/Module/Fhublocs.php
@@ -57,7 +57,7 @@ class Fhublocs extends \Zotlabs\Web\Controller {
// Create a verified hub location pointing to this site.
- $h = hubloc_store_lowelevel(
+ $h = hubloc_store_lowlevel(
[
'hubloc_guid' => $rr['channel_guid'],
'hubloc_guid_sig' => $rr['channel_guid_sig'],
diff --git a/Zotlabs/Module/Import.php b/Zotlabs/Module/Import.php
index c28cf8770..52835c685 100644
--- a/Zotlabs/Module/Import.php
+++ b/Zotlabs/Module/Import.php
@@ -207,7 +207,7 @@ class Import extends \Zotlabs\Web\Controller {
if($completed < 5) {
// create new hubloc for the new channel at this site
- $r = hubloc_store_lowelevel(
+ $r = hubloc_store_lowlevel(
[
'hubloc_guid' => $channel['channel_guid'],
'hubloc_guid_sig' => $channel['channel_guid_sig'],
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'],