aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/stats/repartition.phtml2
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 }?>