From 312cc415cec39f3b7a45f268acda5f0dd2500e3e Mon Sep 17 00:00:00 2001 From: ken restivo Date: Wed, 18 Nov 2015 00:26:18 -0800 Subject: Pass in account_id. Required for bulk identity importer. --- mod/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/import.php b/mod/import.php index 1b8bc3098..02e71233a 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']); + $channel = import_channel($data['channel'], $account_id); } else { -- cgit v1.2.3