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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-01-22 17:51:31 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-01-22 17:51:31 +0300
commit0c7ef97c29a22d853362bb0f5e746b3c10dfdbfc (patch)
tree29be19afd3837ffccdec8884fb72bc94ccedb318 /plugins/MultiSites
parent8c78cc4e1c26c9b47fe7621fa99ab3d182baa875 (diff)
fix typos
Diffstat (limited to 'plugins/MultiSites')
-rw-r--r--plugins/MultiSites/Controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MultiSites/Controller.php b/plugins/MultiSites/Controller.php
index 6128bfaa6a..6750c088fc 100644
--- a/plugins/MultiSites/Controller.php
+++ b/plugins/MultiSites/Controller.php
@@ -43,9 +43,9 @@ class Piwik_MultiSites_Controller extends Piwik_Controller
$this->dateToStr = $params['date'];
$ids = 'all';
- $this->period = PiwiK_Common::getRequestVar('period', 'day');
+ $this->period = Piwik_Common::getRequestVar('period', 'day');
- $this->date = PiwiK_Common::getRequestVar('date', 'today');
+ $this->date = Piwik_Common::getRequestVar('date', 'today');
$lastDate = date('Y-m-d',strtotime("-1 ".$this->period, strtotime($this->date)));
$visits = Piwik_VisitsSummary_API::getVisits($ids, $this->period, $this->date);