diff options
Diffstat (limited to 'mod/dirfind.php')
-rw-r--r-- | mod/dirfind.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/dirfind.php b/mod/dirfind.php index 34c54dd91..5c5d0e933 100644 --- a/mod/dirfind.php +++ b/mod/dirfind.php @@ -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 = ''; |