Skip to content

Commit

Permalink
Merge branch '7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jun 19, 2018
2 parents 9b2ba45 + c379807 commit c423d67
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -46,6 +46,10 @@ public function match(View $view)
return false;
}

if (null === $view->getLocation()) {
return false;
}

return isset($this->values[$view->getLocation()->id]);
}
}

0 comments on commit c423d67

Please sign in to comment.