X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fsearch.php;h=5ab4df83625fcce1ee1de5b7f9c5ca8e3e573c8e;hb=abed282698c3652a0630bf99beecec0dedde680b;hp=2e913df405e62a6b344fb2a5c9856dbd13eca1f6;hpb=4962a9ce7497378e6d4de4e573241fbd1a364502;p=platal.git diff --git a/modules/search.php b/modules/search.php index 2e913df..5ab4df8 100644 --- a/modules/search.php +++ b/modules/search.php @@ -24,11 +24,11 @@ class SearchModule extends PLModule function handlers() { return array( - 'search' => $this->make_hook('quick', AUTH_PUBLIC), - 'search/adv' => $this->make_hook('advanced', AUTH_COOKIE), + 'search' => $this->make_hook('quick', AUTH_PUBLIC), + 'search/adv' => $this->make_hook('advanced', AUTH_COOKIE), 'advanced_search.php' => $this->make_hook('redir_advanced', AUTH_PUBLIC), - 'search/autocomplete' => $this->make_hook('autocomplete', AUTH_COOKIE, 'user', NO_AUTH), - 'search/list' => $this->make_hook('list', AUTH_COOKIE, 'user', NO_AUTH), + 'search/autocomplete' => $this->make_hook('autocomplete', AUTH_COOKIE, 'user', NO_AUTH), + 'search/list' => $this->make_hook('list', AUTH_COOKIE, 'user', NO_AUTH), ); }