Merge pull request #11573 from atm-maxime/8.0

Fix var declaration #11429
This commit is contained in:
Laurent Destailleur 2019-07-30 20:56:23 +02:00 committed by GitHub
commit 64118a4ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1904,7 +1904,7 @@ else
if ($resql)
{
$num = $db->num_rows($resql);
$i = 0; $total = 0;
$i = 0; $totalpaid = 0;
while ($i < $num)
{
$objp = $db->fetch_object($resql);