mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update admin_user_search.php
This commit is contained in:
parent
aee428814d
commit
c0769be368
@ -973,7 +973,7 @@ else
|
||||
|
||||
if ($page > 1)
|
||||
{
|
||||
$pagination .= '<a href="'.$base_url.'&sort='.$sort.'&order='.$order.'&page='.($page - 1).'">'. $lang['PREVIOUS'] .'</a>';
|
||||
$pagination .= '<a href="'.$base_url.'&sort='.$sort.'&order='.$order.'&page='.($page - 1).'">'. $lang['BACK'] .'</a>';
|
||||
}
|
||||
if ($page < $num_pages)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user