aboutsummaryrefslogtreecommitdiffstats
path: root/langs
diff options
context:
space:
mode:
Diffstat (limited to 'langs')
-rw-r--r--langs/report.php6
1 files changed, 3 insertions, 3 deletions
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 = '<th>' . implode('</th><th>', $lang_line) . '</th>' . PHP_EOL;
if (!$restore_languages && !$restore_resources) {
- echo '<p>Note that <a href="?r=../_nav/langs/en.pot" title="navigation resource">navigation resource</a> and <a href="?r=en/about/license.pot" title="license resource">license resource</a> are currently not shown in this full report as they take a significant amount of time to process.</p>';
+ echo '<p>Note that <a href="?r=en/about/license.pot" title="license resource">license resource</a> is currently not shown in this full report as it takes a significant amount of time to process.</p>';
$count = '&nbsp;';
}
if ($restore_languages) {