aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-07 14:16:59 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-07 14:16:59 +0200
commitbddf8cfde4811dbdc821c1c65a2042e13f05e109 (patch)
treeb05a0259c3552cddc263354953481edc824faca6
parent9369150db7ada4b57936caef838766c806aa1ca7 (diff)
parent8048b7addcf214d1f81cd63d602cce21adce0c8d (diff)
downloadvolse-hubzilla-bddf8cfde4811dbdc821c1c65a2042e13f05e109.tar.gz
volse-hubzilla-bddf8cfde4811dbdc821c1c65a2042e13f05e109.tar.bz2
volse-hubzilla-bddf8cfde4811dbdc821c1c65a2042e13f05e109.zip
Merge remote-tracking branch 'mike/master' into dev
-rw-r--r--include/import.php2
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",