Kaynağa Gözat

Correct manage link on stats page (#4768)

Wasn't working before
Alwaysin 3 yıl önce
ebeveyn
işleme
cb1c2da8e6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/views/stats/repartition.phtml

+ 1 - 1
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 }?>