channel import failing to provide channel_password value
This commit is contained in:
parent
4499ee178f
commit
8048b7addc
@ -99,7 +99,7 @@ function import_channel($channel, $account_id, $seize) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($clean) {
|
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",
|
$r = q("select * from channel where channel_account_id = %d and channel_guid = '%s' limit 1",
|
||||||
|
Reference in New Issue
Block a user