mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Should not be necessary, but OK/
This commit is contained in:
		| @@ -243,7 +243,7 @@ class TagController extends Controller | ||||
| 
 | ||||
|         $startPeriod  = $this->repository->firstUseDate($tag); | ||||
|         $startPeriod ??= today(config('app.timezone')); | ||||
|         $endPeriod    = clone $end; | ||||
|         $endPeriod        = clone $end; | ||||
|         $periods      = $this->getTagPeriodOverview($tag, $startPeriod, $endPeriod); | ||||
|         $path         = route('tags.show', [$tag->id, $start->format('Y-m-d'), $end->format('Y-m-d')]); | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user