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
1 changed files with 1 additions and 1 deletions

View File

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