summaryrefslogtreecommitdiff
path: root/modules/search.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search.module')
-rw-r--r--modules/search.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search.module b/modules/search.module
index f061ed48a..e35e1a4d4 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -126,7 +126,7 @@ function search_help($section) {
* Implementation of hook_perm().
*/
function search_perm() {
- return array('search content', 'administer search');
+ return array('search content', 'use advanced search', 'administer search');
}
/**