From: Joe Date: Sun, 25 Jan 2015 07:46:58 +0000 (+0100) Subject: Cleanup $go_debug in system_tests.inc X-Git-Tag: v2.4.2~19^2~256 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=ca7220eb78d1bad08b73595a6c7a9ee051e701b5;p=fa-stable.git Cleanup $go_debug in system_tests.inc --- 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;