Fix php notice in PR
This commit is contained in:
parent
caa835030c
commit
d7cb090aae
@ -69,7 +69,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<li class="hide-mobile">
|
<li class="hide-mobile">
|
||||||
<a
|
<a
|
||||||
href="?action=mark-item-removed&id=<?= $item['id'] ?>&offset=<?= $offset ?>&redirect=<?= $redirect ?>&feed_id=<?= $item['feed_id'] ?>"
|
href="?action=mark-item-removed&id=<?= $item['id'] ?>&offset=<?= $offset ?>&redirect=<?= $menu ?>&feed_id=<?= $item['feed_id'] ?>"
|
||||||
data-action="mark-removed"
|
data-action="mark-removed"
|
||||||
class="delete"
|
class="delete"
|
||||||
><?= t('remove') ?></a>
|
><?= t('remove') ?></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user