forked from GNUsocial/gnu-social
Fixed broken Piwik plugin - was not using the supplied site code
This commit is contained in:
parent
a5ed805aea
commit
55fb322288
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user