refactoring fail

This commit is contained in:
Shish 2012-06-24 07:13:53 +01:00
parent 0bc4ebafa5
commit f9008a70a6

View file

@ -50,7 +50,7 @@ class PageRequestEvent extends Event {
// this still needed? // this still needed?
if(strpos($path, "^") !== FALSE) { if(strpos($path, "^") !== FALSE) {
$unescaped = array(); $unescaped = array();
foreach($parts as $part) { foreach($args as $part) {
$unescaped[] = _decaret($part); $unescaped[] = _decaret($part);
} }
$args = $unescaped; $args = $unescaped;