Remove stripping search term in Pager

- Address https://github.com/friendica/friendica/issues/8216
This commit is contained in:
Hypolite Petovan 2020-02-16 03:23:11 -05:00
parent 0b0309ce8f
commit 2b4317d472
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ class Pager
{
$stripped = preg_replace('/([&?]page=[0-9]*)/', '', $queryString);
$stripped = str_replace('q=', '', $stripped);
$stripped = trim($stripped, '/');
$this->baseQueryString = $stripped;