diff --git a/application/helpers/admin/statistics_helper.php b/application/helpers/admin/statistics_helper.php index dcbc8f1e615..a6982b35a70 100644 --- a/application/helpers/admin/statistics_helper.php +++ b/application/helpers/admin/statistics_helper.php @@ -3272,7 +3272,7 @@ protected function displayResults($outputs, $results, $rt, $outputType, $surveyi $graphLbl[] = $al[1]; break; case 'both': - if (empty($al[0]) == "") { + if ($al[0] == "") { $graphLbl[] = gT("No answer") . ': ' . $al[1]; } else { $graphLbl[] = $al[0] . ': ' . $al[1];