1
0
Fork 0

Updated roagen.php

This commit is contained in:
netravnen 2018-12-10 19:32:30 +01:00 committed by Christoffer
parent 8cd64c4f3e
commit cb331c1e31
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ foreach($files as $file)
if (empty($maxLength)) {
$maxLength = $mask;
}
$roas['roas'][$i]['maxLength'] = $mask;
$roas['roas'][$i]['maxLength'] = $maxLength;
$roas['roas'][$i]['ta'] = $ta;
$i++;
}