Skip to content

Commit

Permalink
Not sure that this url encode should be there...
Browse files Browse the repository at this point in the history
  • Loading branch information
rikh42 committed Mar 15, 2013
1 parent 7f09459 commit 67e3bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/Route.php
Expand Up @@ -381,7 +381,7 @@ protected function cleanArgument($value, $type)
}

// before url encoding it
return urlencode($value);
return $value;
}


Expand Down

0 comments on commit 67e3bc0

Please sign in to comment.