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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-26 06:42:48 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-26 06:42:48 +0300
commitf838fe604f2bcf94732d197b0204b176d5f22daa (patch)
treed0859d06c5a09ad00919ea05993e8e6138c7e1f4 /piwik.php
parentc5d8311f09acf147f0b7230d2dff73cb9b829ac0 (diff)
API CHANGE: we renamed two php constants. ENABLE_DISPATCH has been renamed PIWIK_ENABLE_DISPATCH and ENABLE_ERROR_HANDLER is renamed PIWIK_ENABLE_ERROR_HANDLER
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index 7c40bde8e9..d882b8ab28 100644
--- a/piwik.php
+++ b/piwik.php
@@ -7,7 +7,7 @@
* @version $Id$
*/
-$GLOBALS['DEBUGPIWIK'] = false;
+$GLOBALS['DEBUGPIWIK'] = false;
if(defined('PIWIK_ENABLE_TRACKING') && !PIWIK_ENABLE_TRACKING)
{
return;