mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Wrong operator,
This commit is contained in:
parent
32a036b076
commit
53ff5c1490
@ -55,7 +55,7 @@ class GoogleChartController extends Controller
|
|||||||
$today = new Carbon;
|
$today = new Carbon;
|
||||||
|
|
||||||
while ($end >= $current) {
|
while ($end >= $current) {
|
||||||
$certain = $current > $today;
|
$certain = $current < $today;
|
||||||
$chart->addRow(clone $current, Steam::balance($account, $current), $certain);
|
$chart->addRow(clone $current, Steam::balance($account, $current), $certain);
|
||||||
$current->addDay();
|
$current->addDay();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user