1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Fixes #4758 Admin-UI hidden field $parms were not being applied.

This commit is contained in:
Cameron
2022-04-19 07:15:23 -07:00
parent d06a4c27b9
commit 4d6a5ea310
2 changed files with 5 additions and 4 deletions

View File

@@ -7116,7 +7116,7 @@ var_dump($select_options);*/
$value = e107::serialize($value, 'json');
}
$ret .= $this->hidden($key, $value);
$ret .= $this->hidden($key, $value, $parms);
break;
case 'lanlist': // installed languages