refactoring fail
This commit is contained in:
parent
0bc4ebafa5
commit
f9008a70a6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue