We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17291d8 commit ea696b3Copy full SHA for ea696b3
src/View/Helper/GlideHelper.php
@@ -75,7 +75,7 @@ public function url(string $path, array $params = []): string
75
{
76
$base = true;
77
if (isset($params['_base'])) {
78
- $base = $params['_base'];
+ $base = (bool)$params['_base'];
79
unset($params['_base']);
80
}
81
$url = $this->urlBuilder()->getUrl($path, $params);
0 commit comments