mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix search page pagination
This commit is contained in:
@@ -75,7 +75,7 @@ else $torrentsperpage = 50;
|
||||
// sorting by MarkoStamcar
|
||||
$column = 'id';
|
||||
$ascdesc = 'desc';
|
||||
$addparam = "?search=$search&";
|
||||
$addparam = "?search=$search&search_area=$searchArea&";
|
||||
if (isset($_GET['sort']) && $_GET['sort'] && isset($_GET['type']) && $_GET['type']) {
|
||||
|
||||
switch($_GET['sort']) {
|
||||
|
||||
Reference in New Issue
Block a user