diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ try { $match = true; } if ($match) { - $results[] = $config["url"] . "/" . $upload->filename; + $results[] = $config["url"] . "/" . rawurlencode($upload->filename); } } |