mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: Initialise $textlate to fix PhanUndeclaredVariableAssignOp
This commit is contained in:
parent
f99f862843
commit
ad96eb00a8
|
|
@ -862,6 +862,7 @@ $savnbfield = $totalarray['nbfield'];
|
|||
$totalarray = array();
|
||||
$totalarray['nbfield'] = 0;
|
||||
$imaxinloop = ($limit ? min($num, $limit) : $num);
|
||||
$textlate = '';
|
||||
while ($i < $imaxinloop) {
|
||||
$obj = $db->fetch_object($resql);
|
||||
if (empty($obj)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user