diff options
author | Filip Komar <filip@mageia.org> | 2014-01-12 22:00:28 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-01-12 22:00:28 +0000 |
commit | 8f3c87ce1aa7c6ea2b110901688a0d79f82029ca (patch) | |
tree | f80ec1757fb3eb765396d5910924f6cc1ca5773c /langs/report.php | |
parent | 99769a8d51ce4efca1615cac5724bff840d5a9ac (diff) | |
download | www-8f3c87ce1aa7c6ea2b110901688a0d79f82029ca.tar www-8f3c87ce1aa7c6ea2b110901688a0d79f82029ca.tar.gz www-8f3c87ce1aa7c6ea2b110901688a0d79f82029ca.tar.bz2 www-8f3c87ce1aa7c6ea2b110901688a0d79f82029ca.tar.xz www-8f3c87ce1aa7c6ea2b110901688a0d79f82029ca.zip |
yet another small fix in l10n report as error_reporting level is way to high on production :( and to low locally :(
Diffstat (limited to 'langs/report.php')
-rw-r--r-- | langs/report.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php index 3bed0418b..7bb799008 100644 --- a/langs/report.php +++ b/langs/report.php @@ -87,6 +87,7 @@ $langs[$l], $l); $cols = ''; + $lang_coloumn = ''; foreach ($enFiles as $f) { |