mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Fix one tiny date thing.
This commit is contained in:
@@ -107,7 +107,7 @@ class RecurrenceController extends Controller
|
|||||||
$repetitionMoment = str_ireplace('ndom,', '', $request->get('type'));
|
$repetitionMoment = str_ireplace('ndom,', '', $request->get('type'));
|
||||||
}
|
}
|
||||||
if ('yearly' === $repetitionType) {
|
if ('yearly' === $repetitionType) {
|
||||||
$repetitionMoment = explode(',', (string) $request->get('type'))[1] ?? '2018-01-01';
|
$repetitionMoment = explode(',', (string) $request->get('type'))[1] ?? '2025-01-01';
|
||||||
}
|
}
|
||||||
$actualStart->startOfDay();
|
$actualStart->startOfDay();
|
||||||
$repetition = new RecurrenceRepetition();
|
$repetition = new RecurrenceRepetition();
|
||||||
|
Reference in New Issue
Block a user