mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-16 04:58:25 -04:00
ALPHA 3.0.2
This commit is contained in:
+1
-1
@@ -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