From 257fc849830aedf52338e84e489ad20e02f14179 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 22 Jan 2016 11:39:50 +0545 Subject: Crash Reporter compare choice with language-specific string #5792 I don't really understand why this has to be - the HTML has value="Yes" and value="No" - I thought those would be the strings sent along with "submit". The translation of Yes and No should have been just for display purposes. But after this change, I can submit or delete crash reports when the UI isin other languages. --- src/usr/local/www/crash_reporter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/crash_reporter.php') diff --git a/src/usr/local/www/crash_reporter.php b/src/usr/local/www/crash_reporter.php index de3cb58..f4db694 100644 --- a/src/usr/local/www/crash_reporter.php +++ b/src/usr/local/www/crash_reporter.php @@ -99,7 +99,7 @@ $crash_report_header .= "\nCrash report details:\n"; exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors); ?>