aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-08-02 16:47:58 +0000
committerrvelices <rv-github@modusoptimus.com>2012-08-02 16:47:58 +0000
commit1af611b10f294607a9956036976ebc9a657d7aea (patch)
treeafd05bd2061befd70b8d27c26eabd5ccf8b8c757
parent5bc53c4d746391fcfe4fb0ea82ad88b4794e185e (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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/i.php b/i.php
index 2410e356c..ae85251bf 100644
--- a/i.php
+++ b/i.php
@@ -190,6 +190,7 @@ function parse_request()
{
$req = substr($req, 0, $pos);
}
+ $req = rawurldecode($req);
/*foreach (array_keys($_GET) as $keynum => $key)
{
$req = $key;