mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12683] Pass tables via parameter and small fix
PHPBB3-12683
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
class: phpbb\search\state_helper
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@search.backend_collection'
|
||||
- '@search.backend_factory'
|
||||
|
||||
# Search backends
|
||||
search.fulltext.mysql:
|
||||
@@ -15,6 +15,7 @@ services:
|
||||
- '@dispatcher'
|
||||
- '@language'
|
||||
- '@user'
|
||||
- '%tables.search_results%'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
tags:
|
||||
@@ -28,6 +29,9 @@ services:
|
||||
- '@dispatcher'
|
||||
- '@language'
|
||||
- '@user'
|
||||
- '%tables.search_results%'
|
||||
- '%tables.search_wordlist%'
|
||||
- '%tables.search_wordmatch%'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
tags:
|
||||
@@ -41,6 +45,7 @@ services:
|
||||
- '@dispatcher'
|
||||
- '@language'
|
||||
- '@user'
|
||||
- '%tables.search_results%'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user