From 6812c45995728240c7e11e2c2285885de8249763 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 2 Aug 2012 16:46:48 +0000 Subject: multi size works now with special chars (tested with space ()[]!,=) git-svn-id: http://piwigo.org/svn/trunk@17315 68402e56-0260-453c-a942-63ccdbb3a9ee --- i.php | 1 + 1 file changed, 1 insertion(+) (limited to 'i.php') 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; -- cgit v1.2.3