codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
43 stars 24 forks source link

Fix `Util\Url` when query string is empty #175

Closed ameotoko closed 2 years ago

ameotoko commented 2 years ago

Fixes #174

If I understand correctly, the purpose of this line is to get the current query string, if any? Can the Contao's helper method be used here then?

ameotoko commented 2 years ago

I found earlier attempt to fix this in #166, but it was only done in one method. I used the same trick to fix the rest.

qzminski commented 2 years ago

Thank you @ameotoko