diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-07 14:16:59 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-07 14:16:59 +0200 |
commit | bddf8cfde4811dbdc821c1c65a2042e13f05e109 (patch) | |
tree | b05a0259c3552cddc263354953481edc824faca6 /include | |
parent | 9369150db7ada4b57936caef838766c806aa1ca7 (diff) | |
parent | 8048b7addcf214d1f81cd63d602cce21adce0c8d (diff) | |
download | volse-hubzilla-bddf8cfde4811dbdc821c1c65a2042e13f05e109.tar.gz volse-hubzilla-bddf8cfde4811dbdc821c1c65a2042e13f05e109.tar.bz2 volse-hubzilla-bddf8cfde4811dbdc821c1c65a2042e13f05e109.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 1b0e95416..0d3fb8c32 100644 --- a/include/import.php +++ b/include/import.php @@ -99,7 +99,7 @@ function import_channel($channel, $account_id, $seize) { } if($clean) { - create_table_from_array('channel',$clean); + channel_store_lowlevel($clean); } $r = q("select * from channel where channel_account_id = %d and channel_guid = '%s' limit 1", |