mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix various code.
This commit is contained in:
@@ -124,7 +124,7 @@ class WholePeriodChartGenerator
|
||||
$step = '1M';
|
||||
}
|
||||
if ($months > 100) {
|
||||
$step = '1Y';
|
||||
return '1Y';
|
||||
}
|
||||
|
||||
return $step;
|
||||
|
Reference in New Issue
Block a user