From 52be5c1660abb1f3f8c6a8f0ba09799615214c30 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 6 Oct 2018 14:47:40 -0700 Subject: use hubloc_store_lowlevel to ensure all hubloc columns are initialised --- include/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/import.php') diff --git a/include/import.php b/include/import.php index 0fc24a26f..714161c57 100644 --- a/include/import.php +++ b/include/import.php @@ -234,7 +234,7 @@ function import_hublocs($channel, $hublocs, $seize, $moving = false) { if(($x = zot_gethub($arr,false)) === false) { unset($hubloc['hubloc_id']); - create_table_from_array('hubloc', $hubloc); + hubloc_store_lowlevel($hubloc); } else { q("UPDATE hubloc set hubloc_primary = %d, hubloc_deleted = %d where hubloc_id = %d", -- cgit v1.2.3