mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix path for tag controller.
This commit is contained in:
parent
7e79f25949
commit
bdd72f0d30
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user