Issue #1503146: drupal_is_front_page() does not detect Front Page in some cases
1 unresolved thread
Compare changes
Files
4@@ -91,17 +91,27 @@ public function matchPath($path, $patterns) {
@@ -91,17 +91,27 @@ public function matchPath($path, $patterns) {
$this->isCurrentFrontPage = ($url->getRouteName() && '/' . $url->getInternalPath() === $this->getFrontPagePath());