mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 02:31:58 +01:00
code cleanup
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
e4f64b41bc
commit
39fc249596
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user