Skip to content

Commit 1604eae

Browse files
Merge pull request #53 from jnngr/main
Bugfix
2 parents 5bdcb75 + a0389be commit 1604eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Matomo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4910,7 +4910,7 @@ public function getTransitionsForPageUrl(
49104910
string $limitBeforeGrouping = '',
49114911
array $optional = []
49124912
): mixed {
4913-
return $this->_request('Transitions.getTransitionsForPageTitle', [
4913+
return $this->_request('Transitions.getTransitionsForPageUrl', [
49144914
'pageUrl' => $pageUrl,
49154915
'segment' => $segment,
49164916
'limitBeforeGrouping' => $limitBeforeGrouping,

0 commit comments

Comments
 (0)