diff options
Diffstat (limited to 'langs/report_test.php')
-rw-r--r-- | langs/report_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report_test.php b/langs/report_test.php index 84bcb1e8c..fac1fcba6 100644 --- a/langs/report_test.php +++ b/langs/report_test.php @@ -163,7 +163,7 @@ $num_of_untranslated_strings += $constitution_results['aproximate_number_of_untranslated_lines']; } else if ($resource_filename == 'about/license') { require_once('../en/about/license/license.php'); - $license_numbers = load_license_numbers($l, TRUE); + $license_numbers = load_license_numbers($l, false); if ($l == 'en') { $number_of_unique_lines_in_eng_license = $license_numbers["all"]; } |