Not signed in (Sign In)
 
Jun 7th 2008 edited
 
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;
}
 
Jun 7th 2008 edited
 
same for CommentManager::GetCommentList() line 148 and 192.

Issue information

  • 65
  • No assigned user

    No assigned user

     

  • Resolved
  • Low
  • Bug

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.