mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Fix path for tag controller.
This commit is contained in:
		| @@ -249,6 +249,7 @@ class TagController extends Controller | ||||
|             ); | ||||
|             $periods  = $this->getPeriodOverview($tag); | ||||
|             $sum      = $repository->sumOfTag($tag, $start, $end); | ||||
|             $path     = route('tags.show', [$tag->id, $moment]); | ||||
|         } | ||||
|  | ||||
|         // prep for current period | ||||
|   | ||||
		Reference in New Issue
	
	Block a user