code cleanup

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2020-03-14 07:03:04 +01:00
parent e4f64b41bc
commit 39fc249596
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
class ModelAuditRemoval extends Model {
public function get_pending_removals($page_len = 0) {
public function get_pending_removals($page = 0, $page_len = 0) {
$limit = '';
$from = (int)$page * (int)$page_len;