From c551633f1c29c15c56a3148fd8e4d8ce90d6bd23 Mon Sep 17 00:00:00 2001 From: filip Date: Sat, 12 Jul 2014 21:24:53 +0200 Subject: include navigation file back on whole report --- langs/report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'langs/report.php') diff --git a/langs/report.php b/langs/report.php index 16e267b3c..d53e9a0f2 100644 --- a/langs/report.php +++ b/langs/report.php @@ -57,9 +57,9 @@ $restore_resources = TRUE; } else { $enFiles = array_merge(array('../_nav/langs/en.pot'), get_lang_references('*.lang'), get_lang_references('*.pot')); // added navigation file -/* START OF A WORKAROUND FOR TIMEOUTS */ // temporary disabling license and navigation +/* START OF A WORKAROUND FOR TIMEOUTS */ // temporary disabling license foreach($enFiles as $enFile) { - if ($restore_languages || ($enFile != 'en/about/license.pot' && $enFile != '../_nav/langs/en.pot')) { + if ($restore_languages || ($enFile != 'en/about/license.pot')) { $enFiles_tmp[] = $enFile; } } @@ -333,7 +333,7 @@ $thfiles = '' . implode('', $lang_line) . '' . PHP_EOL; if (!$restore_languages && !$restore_resources) { - echo '

Note that navigation resource and license resource are currently not shown in this full report as they take a significant amount of time to process.

'; + echo '

Note that license resource is currently not shown in this full report as it takes a significant amount of time to process.

'; $count = ' '; } if ($restore_languages) { -- cgit v1.2.1