fix typo
This commit is contained in:
parent
31680898e3
commit
f44cc2b60c
@ -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'))
|
||||
|
||||
]
|
||||
);
|
||||
|
Reference in New Issue
Block a user