Added missing paren from previous commit.
This commit is contained in:
@@ -53,7 +53,7 @@ class Finder {
|
||||
{
|
||||
$route = $recursiveIterator->getSubIterator();
|
||||
|
||||
if (isset($route['name'] and $route['name'] == $name)
|
||||
if (isset($route['name']) and $route['name'] == $name)
|
||||
{
|
||||
return static::$names[$name] = array($arrayIterator->key() => iterator_to_array($route));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user