Remove stripping search term in Pager
- Address https://github.com/friendica/friendica/issues/8216
This commit is contained in:
parent
0b0309ce8f
commit
2b4317d472
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ class Pager
|
|||
{
|
||||
$stripped = preg_replace('/([&?]page=[0-9]*)/', '', $queryString);
|
||||
|
||||
$stripped = str_replace('q=', '', $stripped);
|
||||
$stripped = trim($stripped, '/');
|
||||
|
||||
$this->baseQueryString = $stripped;
|
||||
|
|
Loading…
Reference in a new issue