Fix count of records

This commit is contained in:
Laurent Destailleur
2020-05-27 15:36:16 +02:00
parent 2f1e653f2f
commit ada9c9addc

View File

@@ -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