fix unsuscribe route
This commit is contained in:
parent
5f3a577c1c
commit
0e7fa10ab3
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if(!$kirby->user() && $page->template() == 'linear' || $page->template() == 'grid') {
|
||||
if(!$kirby->user() && ($page->template() == 'linear' || $page->template() == 'grid')) {
|
||||
go($site->errorPage()->url());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue