diff options
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e5a76bc83..22eb4f0c9 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -395,6 +395,7 @@ sub OPTIONAL_MODULES { package => 'ElasticSearch', module => 'ElasticSearch', version => '0', + feature => ['elasticsearch'], }, ); |