Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actionName parameter non active in SitesManager.getJavascriptTag API #5562

Closed
anonymous-matomo-user opened this issue Mar 13, 2008 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

the actionName parameter doesn’t work in API SitesManager.getJavascriptTag.
Seems to be a little bug in trunk/modules/Piwik.php l.112

```
$jsTag = str_replace(‘{$actionName}’, “’’”, $jsTag);
```

should be
$jsTag = str_replace(‘{$actionName}’, $actionName, $jsTag);
Keywords: actionName

@mattab
Copy link
Member

mattab commented Mar 13, 2008

(In 370) – fix #5562 actionName parameter non active in SitesManager.getJavascriptTag API

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants