Update Remote.php

number_format(): Passing null to parameter #1 ($num) of type float is deprecated
This commit is contained in:
g7sim 2023-06-10 20:26:42 +02:00
parent c61d9eb6e8
commit 10a6dbb30b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class Remote extends \gp\admin\Addon\Install{
echo '</td><td>';
echo $row['version'];
echo '</td><td class="nowrap">';
echo sprintf($langmessage['_downloads'],number_format($row['downloads']));
echo sprintf($langmessage['_downloads'],number_format(floatval($row['downloads'])) );
echo '<br/>';
$this->CurrentRating($row['rating_weighted']);
echo '<br/>';