[-] FO : fixed bug #PSCFV-6411 Friendly URL on prices-drop for page 2 doesn't work
This commit is contained in:
+5
-1
@@ -535,7 +535,11 @@ class LinkCore
|
||||
}
|
||||
|
||||
if (!$array)
|
||||
return $url.(($this->allow == 1 || $url == $this->url) ? '?' : '&').http_build_query($vars, '', '&');
|
||||
if (count($vars))
|
||||
return $url.(($this->allow == 1 || $url == $this->url) ? '?' : '&').http_build_query($vars, '', '&');
|
||||
else
|
||||
return $url;
|
||||
|
||||
$vars['requestUrl'] = $url;
|
||||
|
||||
if ($type && $id_object)
|
||||
|
||||
Reference in New Issue
Block a user