Skip to content

Commit

Permalink
Merge pull request #53 from jnngr/main
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
thelfensdrfer committed Jun 23, 2023
2 parents 5bdcb75 + a0389be commit 1604eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Matomo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4910,7 +4910,7 @@ public function getTransitionsForPageUrl(
string $limitBeforeGrouping = '',
array $optional = []
): mixed {
return $this->_request('Transitions.getTransitionsForPageTitle', [
return $this->_request('Transitions.getTransitionsForPageUrl', [
'pageUrl' => $pageUrl,
'segment' => $segment,
'limitBeforeGrouping' => $limitBeforeGrouping,
Expand Down

0 comments on commit 1604eae

Please sign in to comment.