mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Fix various code.
This commit is contained in:
@@ -77,7 +77,7 @@ trait DateCalculation
|
||||
$step = '1M';
|
||||
}
|
||||
if ($months > 100) {
|
||||
$step = '1Y';
|
||||
return '1Y';
|
||||
}
|
||||
|
||||
return $step;
|
||||
|
||||
Reference in New Issue
Block a user