channel import failing to provide channel_password value

This commit is contained in:
zotlabs 2018-04-06 16:45:25 -07:00
parent 4499ee178f
commit 8048b7addc

View File

@ -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",