]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
modified: view/theme/smoothly/theme.php
[friendica.git] / mod / dirfind.php
old mode 100755 (executable)
new mode 100644 (file)
index 34c54dd..5c5d0e9
@@ -17,6 +17,9 @@ function dirfind_init(&$a) {
 function dirfind_content(&$a) {
 
        $search = notags(trim($_REQUEST['search']));
+
+       if(strpos($search,'@') === 0)
+               $search = substr($search,1);
        
        $o = '';