From 56a3db6da28ea5c0f7a73657939e2279096ece7b Mon Sep 17 00:00:00 2001 From: Benaka Moorthi Date: Mon, 23 Sep 2013 00:44:11 -0400 Subject: Output exception backtrace also if PIWIK_TRACKER_DEBUG is defined. --- core/testMinimumPhpVersion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php index 840eda9bed..f20fde9349 100644 --- a/core/testMinimumPhpVersion.php +++ b/core/testMinimumPhpVersion.php @@ -76,7 +76,7 @@ if (!function_exists('Piwik_ExitWithMessage')) { */ function Piwik_ShouldPrintBackTraceWithMessage() { - return defined('PIWIK_PRINT_ERROR_BACKTRACE'); + return defined('PIWIK_PRINT_ERROR_BACKTRACE') || define('PIWIK_TRACKER_DEBUG'); } /** -- cgit v1.2.3