diff options
| author | 2022-10-24 01:26:19 +0200 | |
|---|---|---|
| committer | 2022-10-24 01:26:19 +0200 | |
| commit | cb1c2da8e6bd923044df3ab1e5fd56cf95e24ef2 (patch) | |
| tree | 636f642df8beb83e75a7edfd2e130f212b73b090 /app | |
| parent | c11976f58766419be08108c51c752aea02076b5d (diff) | |
Correct manage link on stats page (#4768)
Wasn't working before
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/stats/repartition.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index 803d39b8e..49d5a7b5d 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -31,7 +31,7 @@ </select> <?php if ($this->feed) {?> - <a class="btn" href="<?= _url('subscription', 'index', 'id', $this->feed->id()) ?>"> + <a class="btn" href="<?= _url('subscription', 'feed', 'id', $this->feed->id()) ?>"> <?= _i('configure') ?> <?= _t('gen.action.manage') ?> </a> <?php }?> |
