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:
authormattpiwik <matthieu.aubry@gmail.com>2011-02-13 12:48:43 +0300
committermattpiwik <matthieu.aubry@gmail.com>2011-02-13 12:48:43 +0300
commite20919c185071516c2b849412d47ab7fb080ff3c (patch)
tree900c6fe84899a681927da4157d2e87e614d1a655 /plugins/CustomVariables/API.php
parentfa6318f1d36f8a63c7f7959414c53a3e424ee271 (diff)
Refs #1984
* removing setCustomData feature * updated JS doc piwik.org * deprecated setCustomData getCustomData and the customData parameter to few functions. Now plugin developers can use the Custom Variables array git-svn-id: http://dev.piwik.org/svn/trunk@3882 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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 4460b07a80..5fb3debcf9 100644
--- a/plugins/CustomVariables/API.php
+++ b/plugins/CustomVariables/API.php
@@ -41,7 +41,7 @@ class Piwik_CustomVariables_API
return $dataTable;
}
- public function getCustomVariablesValuesFromNameId($idSite, $period, $date, $segment = false, $idSubtable)
+ public function getCustomVariablesValuesFromNameId($idSite, $period, $date, $idSubtable, $segment = false)
{
$dataTable = $this->getDataTable($idSite, $period, $date, $segment, $expanded = false, $idSubtable);
return $dataTable;