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:
authorThomas Steur <thomas.steur@googlemail.com>2014-06-17 08:23:24 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-17 08:23:24 +0400
commitcb6ae9d57117f918e6ea2f689df4bd1c6134cc65 (patch)
tree07c465058aab91a631d7812278cd00c3da9b13d5 /plugins/CustomVariables/API.php
parentdfc2c92a5f755c3daf049d480e17d9a4cb44fa73 (diff)
starting to move actions from tracker into plugins
Diffstat (limited to 'plugins/CustomVariables/API.php')
-rw-r--r--plugins/CustomVariables/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/API.php b/plugins/CustomVariables/API.php
index b995cdcf8e..77df63861b 100644
--- a/plugins/CustomVariables/API.php
+++ b/plugins/CustomVariables/API.php
@@ -13,7 +13,7 @@ use Piwik\DataTable;
use Piwik\Date;
use Piwik\Metrics;
use Piwik\Piwik;
-use Piwik\Tracker\ActionSiteSearch;
+use Piwik\Plugins\Actions\Actions\ActionSiteSearch;
/**
* The Custom Variables API lets you access reports for your <a href='http://piwik.org/docs/custom-variables/' target='_blank'>Custom Variables</a> names and values.