multi size works now with special chars (tested with space ()[]!,=)

git-svn-id: http://piwigo.org/svn/trunk@17315 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2012-08-02 16:46:48 +00:00
commit 6812c45995

1
i.php
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;