diff options
Diffstat (limited to 'langs/report.php')
-rw-r--r-- | langs/report.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report.php b/langs/report.php index 118b0883c..cd127e583 100644 --- a/langs/report.php +++ b/langs/report.php @@ -101,7 +101,7 @@ $langF = _lang_file_switch($f, $l); } $enStringsCount[$f] = 0; - if ($f == '../_nav/langs/en.lang') { + if (false !== strstr($f, '../_nav/langs/en.')) { $nav = true; $langF = '../_nav/langs/' . $l . '.lang'; } else { |