Commit ce91620
[BUGFIX] Site check fails in Tsfe fails
Tsfe tries to dermine if a page is within a site in method
getPidToUseForTsfeInitialization(), but as the current root
page is not passed to isRequestedPageAPartOfRequestedSite()
the check always fails.
Passing the root page solves this issue.
Resolves: #4425
Ports: #44261 parent d177bd6 commit ce91620
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments