aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2014-07-12 21:24:53 +0200
committerfilip <filip.komar@gmail.com>2014-07-12 21:24:53 +0200
commitc551633f1c29c15c56a3148fd8e4d8ce90d6bd23 (patch)
tree0fae7c0d16bb963267ad06f7f3bbb6a7aa049a60 /langs/report.php
parentec9d5e0fff4f80840e7f0b079a811f2eea316dd2 (diff)
downloadwww-c551633f1c29c15c56a3148fd8e4d8ce90d6bd23.tar
www-c551633f1c29c15c56a3148fd8e4d8ce90d6bd23.tar.gz
www-c551633f1c29c15c56a3148fd8e4d8ce90d6bd23.tar.bz2
www-c551633f1c29c15c56a3148fd8e4d8ce90d6bd23.tar.xz
www-c551633f1c29c15c56a3148fd8e4d8ce90d6bd23.zip
include navigation file back on whole report
Diffstat (limited to 'langs/report.php')
-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) {