mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-18 04:48:39 +00:00
remove debugging point
This commit is contained in:
parent
2bcf7b78a4
commit
7fe9e1f418
|
|
@ -274,10 +274,6 @@ final class UriFactory
|
|||
return $uri;
|
||||
}
|
||||
|
||||
if (\stripos($uri, '{?u')) {
|
||||
$a = 1;
|
||||
}
|
||||
|
||||
$parsed = \preg_replace_callback('(\{[\/#\?%@\.\$][a-zA-Z0-9\-]*\})', function ($match) use ($toMatch) {
|
||||
$match = \substr($match[0], 1, \strlen($match[0]) - 2);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user