diff --git a/include/testData.php b/include/testData.php index 45458d7..3e171cf 100644 --- a/include/testData.php +++ b/include/testData.php @@ -1015,8 +1015,11 @@ class testData{ // Basic checking of logic. Runs? can obviously only be 'Not Installable' // if the application does not install - if (($aValues['sInstalls'] != "No") && ($aValues['sRuns'] == "Not Installable")) - $errors .= "
  • You can only set Runs? to ‘Not Installable’ if the applicatino’s installer does not work
  • \n"; + if (($aValues['sInstalls'] != "No") && ($aValues['sRuns'] == "Not installable")) + $errors .= "
  • You can only set Runs? to ‘Not installable’ if the application's installer does not work
  • \n"; + + if (($aValues['sInstalls'] == "No") && ($aValues['sRuns'] != "Not installable")) + $errors .= "
  • You can only set Runs? to ‘Not installable’' if the application's installer does not work
  • \n"; return $errors;