From c24e32114da5b2e2257c3cb657203047d51f2a26 Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Wed, 22 Aug 2012 08:36:13 +0000 Subject: [PATCH] Refs #3339 testing pots commit hook was migrated correctly? git-svn-id: http://dev.piwik.org/svn/trunk@6858 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- piwik.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piwik.php b/piwik.php index ab8b43c5dc..698f9f3574 100644 --- a/piwik.php +++ b/piwik.php @@ -18,7 +18,7 @@ if(file_exists(PIWIK_DOCUMENT_ROOT . '/bootstrap.php')) require_once PIWIK_DOCUMENT_ROOT . '/bootstrap.php'; } -$GLOBALS['PIWIK_TRACKER_MODE'] = true; +$GLOBALS['PIWIK_TRACKER_MODE'] = true; error_reporting(E_ALL|E_NOTICE); @ini_set('xdebug.show_exception_trace', 0); @ini_set('magic_quotes_runtime', 0); -- GitLab