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:
authormauser <mauser@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-12 12:22:55 +0400
committermauser <mauser@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-12 12:22:55 +0400
commit3f9ef9f8cd063f87f86602e07d26476749c8b8f8 (patch)
tree953a2ed7666f596a3d66f94b5fbf6463867af16b
parentd68388c746a4de57052352dd11bc2bb04000bb80 (diff)
fixed problem with Goals plugin not loaded in Tracker
-rw-r--r--plugins/Goals/Goals.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php
index d75c29dbc7..d20dfdde32 100644
--- a/plugins/Goals/Goals.php
+++ b/plugins/Goals/Goals.php
@@ -30,6 +30,7 @@ class Piwik_Goals extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
+ 'TrackerPlugin' => true, // this plugin must be loaded during the stats logging
);
return $info;