Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jan 9, 2014
1 parent 34c3be0 commit 944e336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/testMinimumPhpVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function Piwik_ShouldPrintBackTraceWithMessage()
{
$bool = (defined('PIWIK_PRINT_ERROR_BACKTRACE') && PIWIK_PRINT_ERROR_BACKTRACE)
|| (defined('PIWIK_TRACKER_DEBUG') && PIWIK_TRACKER_DEBUG);
return true;//$bool;
return $bool;
}

/**
Expand Down

0 comments on commit 944e336

Please sign in to comment.