- Edited
Hello.Pagination link in org directory targets to users directory, while org is needed.There is a bug in include/staff/templates/users.tmpl.php line 36:$pageNav->setURL('users.php',$qstr.'&sort='.urlencode($_REQUEST).'&order='.urlencode($_REQUEST));Line should looks like this for correct pagination:$pageNav->setURL('orgs.php?id=',$org->getId(),$qstr.'&sort='.urlencode($_REQUEST).'&order='.urlencode($_REQUEST));