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:
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 00d6e59557..317140f164 100644
--- a/plugins/CustomVariables/API.php
+++ b/plugins/CustomVariables/API.php
@@ -52,7 +52,7 @@ class Piwik_CustomVariables_API
if($dataTable instanceof Piwik_DataTable
&& !$_leavePiwikCoreVariables)
{
- $mapping = array('_pks', '_pkn', '_pkc', '_pkp');
+ $mapping = array('_pks', '_pkn', '_pkc', '_pkp', Piwik_Tracker_Action::CVAR_KEY_SEARCH_COUNT, Piwik_Tracker_Action::CVAR_KEY_SEARCH_CATEGORY );
foreach($mapping as $name)
{
$row = $dataTable->getRowFromLabel($name);