Ref T13250. A handful of callsites are doing getRequestURI() + setQueryParams(array()) to get a bare request path.
They can just use getPath() instead.
Differential D20150
Replace "getRequestURI()->setQueryParams(array())" with "getPath()" epriestley on Feb 12 2019, 4:09 PM. Authored by Tags None Referenced Files
Subscribers None
Details Ref T13250. A handful of callsites are doing getRequestURI() + setQueryParams(array()) to get a bare request path. They can just use getPath() instead. See inlines.
Diff Detail
Event Timeline
|