Compare commits
2 commits
df660b66c9
...
91aa66ed77
Author | SHA1 | Date | |
---|---|---|---|
91aa66ed77 | |||
7fdbaa3678 |
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.4.0
|
||||
2.4.1
|
||||
|
|
|
@ -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