]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Revert "Prevent search spam"
authorSem <sembrestels@riseup.net>
Thu, 22 Aug 2013 16:02:37 +0000 (12:02 -0400)
committerSem <sembrestels@riseup.net>
Thu, 22 Aug 2013 16:02:37 +0000 (12:02 -0400)
This reverts commit 8ff92fad47236b6a2403d4c6e61c6b6eaa11d626.

mod/search/start.php

index 75365dcdae3146a8bd25ef455e2901388ee63fd8..8a112a3a3c548c09353fd3ab007173fbe7eff8e9 100644 (file)
@@ -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.