diff options
author | redmatrix <git@macgirvin.com> | 2016-01-26 16:57:36 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-26 16:57:36 -0800 |
commit | 9b08051703ff6695ba989f1cb968200ca59daeb1 (patch) | |
tree | 745af4986ad5d93c17d459c857ab21ac898197cb /mod/import.php | |
parent | 9c71b74d373001ac47add095fc204bddb25ee91d (diff) | |
download | volse-hubzilla-9b08051703ff6695ba989f1cb968200ca59daeb1.tar.gz volse-hubzilla-9b08051703ff6695ba989f1cb968200ca59daeb1.tar.bz2 volse-hubzilla-9b08051703ff6695ba989f1cb968200ca59daeb1.zip |
bring back the ability to ignore a pending connection request without deleting it and without always having it in your face and without jumping through hoops.
Diffstat (limited to 'mod/import.php')
-rw-r--r-- | mod/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/import.php b/mod/import.php index 02e71233a..b6091d944 100644 --- a/mod/import.php +++ b/mod/import.php @@ -123,7 +123,7 @@ function import_account(&$a, $account_id) { if(array_key_exists('channel',$data)) { if($completed < 1) { - $channel = import_channel($data['channel'], $account_id); + $channel = import_channel($data['channel'], $account_id, $seize); } else { |