Skip to content
Snippets Groups Projects
Commit 56654ae8 authored by Larry Garfield's avatar Larry Garfield
Browse files

Fix front page handling.

parent abcefd77
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -41,6 +41,7 @@ public function match($pathinfo) {
// Do our fancy frontpage logic.
if (empty($dpathinfo)) {
$dpathinfo = variable_get('site_frontpage', 'user');
$pathinfo = '/' . $dpathinfo;
}
if ($router_item = $this->matchDrupalItem($dpathinfo)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment