mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use correct test type POST variable for SMART. Fixes #9560
This commit is contained in:
parent
c92dbfc189
commit
5c3db9609d
@ -107,7 +107,7 @@ switch ($action) {
|
||||
// Testing devices
|
||||
case 'test':
|
||||
{
|
||||
$test = $_POST['testType'];
|
||||
$test = $_POST['type'];
|
||||
if (!in_array($test, array_keys($test_types))) {
|
||||
echo gettext("Invalid test type, bailing.");
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user