Skip to content

Commit

Permalink
It's better when not using local
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Oct 10, 2014
1 parent ba09da9 commit 089e35a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private function trackVisits()
{
$dateTime = $this->dateTime;
$idSite = $this->idSite;
$t = self::getTracker($idSite, $dateTime, $defaultInit = true, $useLocal = true);
$t = self::getTracker($idSite, $dateTime, $defaultInit = true);

$t->setUrlReferrer('http://www.google.com/search?q=piwik');
$t->setUrl('http://example.org/foo/bar.html');
Expand Down

0 comments on commit 089e35a

Please sign in to comment.