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
This commit is contained in:
rvelices
2012-08-02 16:47:58 +00:00
parent 5bc53c4d74
commit 1af611b10f
+1
View File
@@ -190,6 +190,7 @@ function parse_request()
{
$req = substr($req, 0, $pos);
}
$req = rawurldecode($req);
/*foreach (array_keys($_GET) as $keynum => $key)
{
$req = $key;