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:
parent
ad7f6816dc
commit
6812c45995
1 changed files with 1 additions and 0 deletions
1
i.php
1
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue