Fixed broken Piwik plugin - was not using the supplied site code

This commit is contained in:
CiaranG 2009-09-24 11:01:18 +01:00
parent a5ed805aea
commit 55fb322288

View File

@ -73,7 +73,7 @@ class PiwikAnalyticsPlugin extends Plugin
function __construct($root=null, $id=null) function __construct($root=null, $id=null)
{ {
$this->piwikroot = $root; $this->piwikroot = $root;
$this->piwikid = $id; $this->piwikId = $id;
parent::__construct(); parent::__construct();
} }