Skip to content

Commit 8267622

Browse files
committed
Do not reindex array of paqs
1 parent 323f3dc commit 8267622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Twig/Extension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ private function addDefaultApiCalls()
129129
}
130130
if (null !== $manuallyAddedTrackPageView) {
131131
$this->paqs[] = $manuallyAddedTrackPageView; // move manually added 'trackPageView' to the end
132-
$this->paqs = array_values($this->paqs);
133132
} else {
134133
$this->paqs[] = ['trackPageView'];
135134
}

0 commit comments

Comments
 (0)