diff --git a/include/user_common.php b/include/user_common.php index ca1b4eeaa..6fcce3947 100644 --- a/include/user_common.php +++ b/include/user_common.php @@ -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