1 to 2 of 2
Index: src/library/People/People.Class.UserManager.php===================================================================--- src/library/People/People.Class.UserManager.php (revision 93)+++ src/library/People/People.Class.UserManager.php (working copy)@@ -468,7 +468,7 @@ $s->AddOrderBy($SortField, 'u', $SortDirection); if ($RowsPerPage > 0) { $CurrentPage = ForceInt($CurrentPage, 1);- if ($CurrentPage < 1) $CurrentPage == 1;+ if ($CurrentPage < 1) $CurrentPage = 1; $RowsPerPage = ForceInt($RowsPerPage, 50); $FirstRecord = ($CurrentPage * $RowsPerPage) - $RowsPerPage; }
Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.