Merge pull request #15118 from hregis/develop_bug2

FIX avoid warning
This commit is contained in:
Laurent Destailleur 2020-10-25 14:49:06 +01:00 committed by GitHub
commit 7a85f5a9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,6 +648,7 @@ if (is_array($extrafields->attributes[$object->table_element]['computed']) && co
// --------------------------------------------------------------------
$i = 0;
$totalarray = array();
$arrayofselected = array();
while ($i < ($limit ? min($num, $limit) : $num))
{
$obj = $db->fetch_object($resql);