diff options
-rw-r--r-- | Zotlabs/Module/Import.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Import.php b/Zotlabs/Module/Import.php index cd7267db3..a74209c1c 100644 --- a/Zotlabs/Module/Import.php +++ b/Zotlabs/Module/Import.php @@ -234,7 +234,7 @@ class Import extends \Zotlabs\Web\Controller { dbesc(z_root()) ); } - + // create a new zot6 hubloc if we have got a channel_portable_id if($channel['channel_portable_id']) { $r = hubloc_store_lowlevel( @@ -252,7 +252,7 @@ class Import extends \Zotlabs\Web\Controller { 'hubloc_sitekey' => get_config('system','pubkey'), 'hubloc_updated' => datetime_convert(), 'hubloc_id_url' => channel_url($channel), - 'hubloc_site_id' => Libzot::make_xchan_hash(z_root(),get_config('system','pubkey')); + 'hubloc_site_id' => Libzot::make_xchan_hash(z_root(),get_config('system','pubkey')) ] ); |