diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-07 08:39:29 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-07 08:39:29 +0200 |
commit | 5acd166d185a62969276df9a84b3c2bfcb8f96cb (patch) | |
tree | ac03b71dec7228911262b1ae2a0e2fddd83f2488 /include | |
parent | 3efeeecaceca094cd46d8e262a4f9c0f461284ba (diff) | |
parent | 52be5c1660abb1f3f8c6a8f0ba09799615214c30 (diff) | |
download | volse-hubzilla-5acd166d185a62969276df9a84b3c2bfcb8f96cb.tar.gz volse-hubzilla-5acd166d185a62969276df9a84b3c2bfcb8f96cb.tar.bz2 volse-hubzilla-5acd166d185a62969276df9a84b3c2bfcb8f96cb.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include')
-rw-r--r-- | include/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
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", |