Pass in account_id. Required for bulk identity importer.

This commit is contained in:
ken restivo
2015-11-18 00:26:18 -08:00
parent 1f2a408be0
commit 312cc415ce
2 changed files with 5 additions and 5 deletions

View File

@@ -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 {