Merge pull request #16775 from frederic34/patch-7

fix php8 warning
This commit is contained in:
Laurent Destailleur 2021-03-18 23:12:51 +01:00 committed by GitHub
commit 148abf7546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1197,6 +1197,7 @@ if ($resql) {
$i = 0;
$totalarray = array();
$totalarray['nbfield'] = 0;
while ($i < min($num, $limit)) {
$obj = $db->fetch_object($resql);