@@ -439,7 +439,7 @@ |
||
439 | 439 | if ($regex) { |
440 | 440 | return preg_replace_callback( |
441 | 441 | $regex, |
442 | - function ($match) { |
|
442 | + function($match) { |
|
443 | 443 | return rawurlencode($match[0]); |
444 | 444 | }, |
445 | 445 | $value |