We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323f3dc commit 8267622Copy full SHA for 8267622
Twig/Extension.php
@@ -129,7 +129,6 @@ private function addDefaultApiCalls()
129
}
130
if (null !== $manuallyAddedTrackPageView) {
131
$this->paqs[] = $manuallyAddedTrackPageView; // move manually added 'trackPageView' to the end
132
- $this->paqs = array_values($this->paqs);
133
} else {
134
$this->paqs[] = ['trackPageView'];
135
0 commit comments