Fix count of records
This commit is contained in:
parent
00e88fcf76
commit
7c653c0873
@ -3687,7 +3687,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