diff options
| author | 2012-11-12 21:26:09 +0100 | |
|---|---|---|
| committer | 2012-11-12 21:26:09 +0100 | |
| commit | 65dfc39af79465c5faca61902d1921a14e2901a8 (patch) | |
| tree | d2e63dcd50cc2933e4c2d4418522c987d40e0c2e /lib/Router.php | |
| parent | 0e04556f12cd944d0b10fde972266822cc11dfa1 (diff) | |
petite correction design
Diffstat (limited to 'lib/Router.php')
| -rwxr-xr-x | lib/Router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Router.php b/lib/Router.php index acd366a98..1dcc5afbb 100755 --- a/lib/Router.php +++ b/lib/Router.php @@ -239,6 +239,6 @@ class Router { } } - return str_replace ('&', '&', $uri); + return str_replace ('&', '&', $uri); } } |
