Skip to content

Commit

Permalink
Fix another direct link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed Jun 4, 2022
1 parent 452f59b commit 957bcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Core/pages/custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

if ($custom_page->redirect) {
header('X-Robots-Tag: noindex, nofollow');
Redirect::to(URL::build($custom_page->link));
Redirect::to($custom_page->link);
}

// Always define page name
Expand Down

0 comments on commit 957bcd8

Please sign in to comment.