Compare commits
2 commits
df660b66c9
...
91aa66ed77
Author | SHA1 | Date | |
---|---|---|---|
Hypolite Petovan | 91aa66ed77 | ||
Hypolite Petovan | 7fdbaa3678 |
|
@ -206,7 +206,7 @@ class PhpRenderer extends \Slim\Views\PhpRenderer
|
|||
{
|
||||
if ($this->getAttribute('zrl')) {
|
||||
$uri = new \ByJG\Util\Uri($url);
|
||||
$uri->withQueryKeyValue('zrl', $this->getAttribute('zrl'));
|
||||
$uri->withQueryKeyValue('zrl', $this->getAttribute('zrl'), false);
|
||||
$url = $uri->__toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue