aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-05-04 10:12:05 +0200
committerMario Vavti <mario@mariovavti.com>2017-05-04 10:12:05 +0200
commita92b9b7adb2be489106138b6269a5f7fe8eea5aa (patch)
treeabab4112741f5d28720185fe0308552de23f5e48 /Zotlabs
parent263cfe2538a3e1a4e866c80b44ada158475cc792 (diff)
parentbc776a9534b57231b83f4c65fefdc3637db0e024 (diff)
downloadvolse-hubzilla-a92b9b7adb2be489106138b6269a5f7fe8eea5aa.tar.gz
volse-hubzilla-a92b9b7adb2be489106138b6269a5f7fe8eea5aa.tar.bz2
volse-hubzilla-a92b9b7adb2be489106138b6269a5f7fe8eea5aa.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Import.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Import.php b/Zotlabs/Module/Import.php
index 54bc7de81..ce3fd469a 100644
--- a/Zotlabs/Module/Import.php
+++ b/Zotlabs/Module/Import.php
@@ -318,6 +318,7 @@ class Import extends \Zotlabs\Web\Controller {
unset($abook['abconfig']);
unset($abook['abook_their_perms']);
unset($abook['abook_my_perms']);
+ unset($abook['abook_not_here']);
$abook['abook_account'] = $account_id;
$abook['abook_channel'] = $channel['channel_id'];
@@ -347,7 +348,7 @@ class Import extends \Zotlabs\Web\Controller {
continue;
}
- create_table_from_array('abook',$abook);
+ abook_store_lowlevel($abook);
$friends ++;
if(intval($abook['abook_feed']))