fix typos

This commit is contained in:
Mario Vavti 2017-01-31 09:43:58 +01:00
parent aadbd5a92d
commit e1b54b6843
3 changed files with 3 additions and 3 deletions

View File

@ -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'],

View File

@ -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'],

View File

@ -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'],