diff options
author | Sem <sembrestels@riseup.net> | 2013-08-22 12:02:37 -0400 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2013-08-22 12:02:37 -0400 |
commit | a95287b9f176f36dc2389df13461d38e63f25a62 (patch) | |
tree | 614ac1a80d599571a2b9c3e20bd18588a98714d0 /mod/search | |
parent | 8ff92fad47236b6a2403d4c6e61c6b6eaa11d626 (diff) | |
download | elgg-a95287b9f176f36dc2389df13461d38e63f25a62.tar.gz elgg-a95287b9f176f36dc2389df13461d38e63f25a62.tar.bz2 |
Revert "Prevent search spam"
This reverts commit 8ff92fad47236b6a2403d4c6e61c6b6eaa11d626.
Diffstat (limited to 'mod/search')
-rw-r--r-- | mod/search/start.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/search/start.php b/mod/search/start.php index 75365dcda..8a112a3a3 100644 --- a/mod/search/start.php +++ b/mod/search/start.php @@ -60,9 +60,6 @@ function search_init() { */ function search_page_handler($page) { - // Prevent search spam by requiring login to search - gatekeeper(); - // if there is no q set, we're being called from a legacy installation // it expects a search by tags. // actually it doesn't, but maybe it should. |