@@ -100,7 +100,7 @@ |
||
| 100 | 100 | { |
| 101 | 101 | $encodedUrl = preg_replace_callback( |
| 102 | 102 | '%[^:/@?&=#]+%usD', |
| 103 | - function ($matches) |
|
| 103 | + function($matches) |
|
| 104 | 104 | { |
| 105 | 105 | return urlencode($matches[0]); |
| 106 | 106 | }, |