diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-27 12:08:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-27 12:08:55 +0200 |
commit | 779cab047ae10bf97a8a570597fbc47ddecf9771 (patch) | |
tree | 5cd4293130f0e1926d8a239cfe29bac023b1e028 /include | |
parent | cd575e80dd57521b3e55336147cf59da0befcfba (diff) | |
parent | 060cc15f816db3b2156215877eaaf77094d7e930 (diff) | |
download | volse-hubzilla-779cab047ae10bf97a8a570597fbc47ddecf9771.tar.gz volse-hubzilla-779cab047ae10bf97a8a570597fbc47ddecf9771.tar.bz2 volse-hubzilla-779cab047ae10bf97a8a570597fbc47ddecf9771.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'include')
-rw-r--r-- | include/import.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/import.php b/include/import.php index 5c73b7ca3..ac634639e 100644 --- a/include/import.php +++ b/include/import.php @@ -85,12 +85,6 @@ function import_channel($channel, $account_id, $seize) { create_table_from_array('channel',$clean); } - if(! $r) { - logger('mod_import: channel clone failed. ' . print_r($channel,true)); - notice( t('Channel clone failed. Import failed.') . EOL); - return false; - } - $r = q("select * from channel where channel_account_id = %d and channel_guid = '%s' limit 1", intval($account_id), $channel['channel_guid'] // Already dbesc'd |