From 8048b7addcf214d1f81cd63d602cce21adce0c8d Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 6 Apr 2018 16:45:25 -0700 Subject: channel import failing to provide channel_password value --- include/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3