Correct manage link on stats page (#4768)

Wasn't working before
This commit is contained in:
Alwaysin
2022-10-24 01:26:19 +02:00
committed by GitHub
parent c11976f587
commit cb1c2da8e6

View File

@@ -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 }?>