Fix count of records
This commit is contained in:
parent
2f1e653f2f
commit
ada9c9addc
@ -3592,7 +3592,7 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction =
|
||||
$arrayofselected = is_array($toselect) ? $toselect : array();
|
||||
$param = '';
|
||||
$nbtotalofrecords = count($listofpages['list']);
|
||||
$num = $nbtotalofrecords = $limit;
|
||||
$num = $limit;
|
||||
$permissiontodelete = 0;
|
||||
|
||||
// List of mass actions available
|
||||
|
||||
Loading…
Reference in New Issue
Block a user