Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
@ -108,7 +108,7 @@ class Candidates implements CandidatesInterface
|
|||
}
|
||||
|
||||
$matches = array();
|
||||
if (preg_match('#('.implode('|', $this->locales).')(/|$)#', $url, $matches)) {
|
||||
if (preg_match('#^/('.implode('|', $this->locales).')(/|$)#', $url, $matches)) {
|
||||
return $matches[1];
|
||||
}
|
||||
|
||||
|
|
2
web/vendor/symfony-cmf/routing/README.md
vendored
2
web/vendor/symfony-cmf/routing/README.md
vendored
|
@ -1,6 +1,6 @@
|
|||
# Symfony CMF Routing Component
|
||||
|
||||
[](http://travis-ci.org/symfony-cmf/Routing)
|
||||
[](https://travis-ci.org/symfony-cmf/routing)
|
||||
[](https://packagist.org/packages/symfony-cmf/routing)
|
||||
[](https://packagist.org/packages/symfony-cmf/routing)
|
||||
|
||||
|
|
Reference in a new issue