mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 19:19:09 -04:00
ALPHA 3.0.2
This commit is contained in:
2
vendor/symfony/routing/RouteCompiler.php
vendored
2
vendor/symfony/routing/RouteCompiler.php
vendored
@@ -321,7 +321,7 @@ class RouteCompiler implements RouteCompilerInterface
|
||||
continue;
|
||||
}
|
||||
$regexp = substr_replace($regexp, '?:', $i, 0);
|
||||
$i += 2;
|
||||
++$i;
|
||||
}
|
||||
|
||||
return $regexp;
|
||||
|
||||
Reference in New Issue
Block a user