profile options were not correctly saved if in subtable
This commit is contained in:
parent
4fc2ca15af
commit
6be9971a0e
|
@ -644,7 +644,8 @@ function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindex
|
|||
break;
|
||||
// sub table
|
||||
case 'table':
|
||||
parseHtml($module, $input[$i][$j]['value'], $values, $restricted, $tabindex, $tabindexLink, $scope);
|
||||
$retTemp = parseHtml($module, $input[$i][$j]['value'], $values, $restricted, $tabindex, $tabindexLink, $scope);
|
||||
$ret = array_merge($ret, $retTemp);
|
||||
break;
|
||||
// help link
|
||||
case 'help':
|
||||
|
|
Loading…
Reference in New Issue