mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 13:31:10 +00:00
Merge pull request #1307 from darac/piwik-hook-signature
Hook::register has changed API
This commit is contained in:
commit
72679891af
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function piwik_load_config(App $a, ConfigFileLoader $loader)
|
|||
$a->getConfigCache()->load($loader->loadAddonConfig('piwik'));
|
||||
}
|
||||
|
||||
function piwik_analytics(App $a, array &$b)
|
||||
function piwik_analytics(App $a, string &$b)
|
||||
{
|
||||
/*
|
||||
* styling of every HTML block added by this addon is done in the
|
||||
|
|
Loading…
Reference in a new issue