mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
Replace string operators.
This commit is contained in:
@@ -104,7 +104,7 @@ class EditController extends Controller
|
||||
$repetition = $recurrence->recurrenceRepetitions()->first();
|
||||
$currentRepType = $repetition->repetition_type;
|
||||
if ('' !== $repetition->repetition_moment) {
|
||||
$currentRepType .= ','.$repetition->repetition_moment;
|
||||
$currentRepType = sprintf('%s,%s', $currentRepType,$repetition->repetition_moment);
|
||||
}
|
||||
|
||||
// put previous url in session if not redirect from store (not "return_to_edit").
|
||||
|
Reference in New Issue
Block a user