From ca7220eb78d1bad08b73595a6c7a9ee051e701b5 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 25 Jan 2015 08:46:58 +0100 Subject: [PATCH] Cleanup $go_debug in system_tests.inc --- includes/system_tests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/system_tests.inc b/includes/system_tests.inc index 883ee038..e7bc83b4 100644 --- a/includes/system_tests.inc +++ b/includes/system_tests.inc @@ -124,7 +124,7 @@ function tst_debug() $test['descr'] = _('Debugging mode'); $test['type'] = 0; $test['test'] = $SysPrefs->go_debug ? _("Yes") : _("No"); - $test['result'] = $go_debug != 0; + $test['result'] = $SysPrefs->go_debug != 0; $test['comments'] = _('To switch debugging on set $go_debug>0 in config.php file'); return $test; -- 2.30.2