clean parameter s
This commit is contained in:
parent
a16f03d692
commit
f4d9d8fdea
1 changed files with 1 additions and 1 deletions
|
|
@ -1103,7 +1103,7 @@ function CleanUrl()
|
|||
if ( isset ($get) ) {
|
||||
foreach ($get as $name=>$value ) {
|
||||
// we clean the parameter offset, step, page and size
|
||||
if ( ! in_array($name,array('offset','step','page','size'))) {
|
||||
if ( ! in_array($name,array('offset','step','page','size','s'))) {
|
||||
$url.=$and.$name."=".$value;
|
||||
$and="&";
|
||||
}// if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue