diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-08-02 16:47:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-08-02 16:47:58 +0000 |
commit | 1af611b10f294607a9956036976ebc9a657d7aea (patch) | |
tree | afd05bd2061befd70b8d27c26eabd5ccf8b8c757 | |
parent | 5bc53c4d746391fcfe4fb0ea82ad88b4794e185e (diff) |
merge -r17315 from trunk to 2.4 multi size works now with special chars (tested with space ()[]!,=)
git-svn-id: http://piwigo.org/svn/branches/2.4@17316 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | i.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,7 @@ function parse_request() { $req = substr($req, 0, $pos); } + $req = rawurldecode($req); /*foreach (array_keys($_GET) as $keynum => $key) { $req = $key; |