fixed account creation

This commit is contained in:
Roland Gruber 2017-01-11 21:43:23 +01:00
parent 89cfba1a24
commit d07a463e9a
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ if ($_FILES['inputfile'] && ($_FILES['inputfile']['size'] > 0)) {
// let modules build accounts
else {
$accounts = buildUploadAccounts($type->getId(), $data, $ids, $selectedModules);
$accounts = buildUploadAccounts($type->getScope(), $data, $ids, $selectedModules);
if ($accounts != false) {
$rdnList = getRDNAttributes($type->getId(), $selectedModules);
$suffix = $type->getSuffix();