From a0ee87af7fde283de1fc932248d8dadececbe7f3 Mon Sep 17 00:00:00 2001 From: filip Date: Mon, 1 Dec 2014 07:31:22 +0100 Subject: temporary workaround for regenerating l10n numbers from license file --- langs/report_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'langs/report_test.php') 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"]; } -- cgit v1.2.1