Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-01-09 11:35:55 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-09 11:35:55 +0400
commit944e336e3f2fb46555922b8d45f14c91021fb17a (patch)
tree98d7defef086381f79c757c07c20d4befacde9d8
parent34c3be0c4faf673bfa2ace98d24636ed7e9523a6 (diff)
Fix typo
-rw-r--r--core/testMinimumPhpVersion.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php
index 42647de1dc..e5ca8fa2c3 100644
--- a/core/testMinimumPhpVersion.php
+++ b/core/testMinimumPhpVersion.php
@@ -74,7 +74,7 @@ if (!function_exists('Piwik_ExitWithMessage')) {
{
$bool = (defined('PIWIK_PRINT_ERROR_BACKTRACE') && PIWIK_PRINT_ERROR_BACKTRACE)
|| (defined('PIWIK_TRACKER_DEBUG') && PIWIK_TRACKER_DEBUG);
- return true;//$bool;
+ return $bool;
}
/**