refactoring fail
This commit is contained in:
parent
0bc4ebafa5
commit
f9008a70a6
@ -50,7 +50,7 @@ class PageRequestEvent extends Event {
|
||||
// this still needed?
|
||||
if(strpos($path, "^") !== FALSE) {
|
||||
$unescaped = array();
|
||||
foreach($parts as $part) {
|
||||
foreach($args as $part) {
|
||||
$unescaped[] = _decaret($part);
|
||||
}
|
||||
$args = $unescaped;
|
||||
|
Loading…
x
Reference in New Issue
Block a user