From 8f3c87ce1aa7c6ea2b110901688a0d79f82029ca Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sun, 12 Jan 2014 22:00:28 +0000 Subject: yet another small fix in l10n report as error_reporting level is way to high on production :( and to low locally :( --- langs/report.php | 1 + 1 file changed, 1 insertion(+) (limited to 'langs/report.php') 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) { -- cgit v1.2.1