diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-06 16:45:25 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-06 16:45:25 -0700 |
commit | 8048b7addcf214d1f81cd63d602cce21adce0c8d (patch) | |
tree | 961588d8de5b638c4ec96f6d3fcb31d91150f164 /include/import.php | |
parent | 4499ee178f5ae7238fe1d3bd4bcc5060111f546a (diff) | |
download | volse-hubzilla-8048b7addcf214d1f81cd63d602cce21adce0c8d.tar.gz volse-hubzilla-8048b7addcf214d1f81cd63d602cce21adce0c8d.tar.bz2 volse-hubzilla-8048b7addcf214d1f81cd63d602cce21adce0c8d.zip |
channel import failing to provide channel_password value
Diffstat (limited to 'include/import.php')
-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", |