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