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