symfony-cmf / routing-auto

RoutingAuto component
https://cmf.symfony.com
Other
6 stars 11 forks source link

Key `empty_token` does not exist. #66

Closed dantleech closed 8 years ago

dantleech commented 8 years ago

If the token value is empty and empty_token is not defined, then there will be a PHP error because the array key does not exist (in UriGenerator). We should do an isset to check if it is set.