Remove stripping search term in Pager

- Address https://github.com/friendica/friendica/issues/8216
2022.09-rc
Hypolite Petovan 2020-02-16 03:23:11 -05:00
rodzic 0b0309ce8f
commit 2b4317d472
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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