diff --git a/piwik.php b/piwik.php index ab8b43c5dc892c12f8b79f41c44c6ef0a3818fbd..698f9f3574f3698e432c94cbd0dc09725c0040ae 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);