]> git.mxchange.org Git - friendica.git/blobdiff - mod/filerm.php
Rework mod/msearch
[friendica.git] / mod / filerm.php
index 30a7f69df9a9e925468d18cd3e0e1ad70d61c5a6..d240c2d6a757927df98f1bf81134889c7e69da16 100644 (file)
@@ -36,6 +36,6 @@ function filerm_content(App $a)
                info('Item was not deleted');
        }
 
-       $a->internalRedirect('/network?f=&file=' . $term);
+       $a->internalRedirect('/network?f=&file=' . rawurlencode($term));
        killme();
 }