From: CiaranG Date: Thu, 24 Sep 2009 10:01:18 +0000 (+0100) Subject: Fixed broken Piwik plugin - was not using the supplied site code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=55fb3222881b6a4a6613283a49d20d5d45cd4856;p=quix0rs-gnu-social.git Fixed broken Piwik plugin - was not using the supplied site code --- diff --git a/plugins/PiwikAnalyticsPlugin.php b/plugins/PiwikAnalyticsPlugin.php index e36bd1c5c3..8191f51811 100644 --- a/plugins/PiwikAnalyticsPlugin.php +++ b/plugins/PiwikAnalyticsPlugin.php @@ -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(); }