Skip to content

Commit

Permalink
Merge pull request #6132 from ChurchCRM/build/4.5.3
Browse files Browse the repository at this point in the history
fixed #6129 with bad user setting
  • Loading branch information
DawoudIO authored Jan 2, 2023
2 parents d5e4447 + e9ce1e3 commit 661bd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FindFundRaiser.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
}

// Append a LIMIT clause to the SQL statement
$iPerPage = AuthenticationManager::GetCurrentUser()->getSetting("ui.table.size");
$iPerPage = AuthenticationManager::GetCurrentUser()->getSetting("ui.table.size")->getValue();
if (empty($_GET['Result_Set'])) {
$Result_Set = 0;
} else {
Expand Down

0 comments on commit 661bd19

Please sign in to comment.