mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/11888] Update default search backend in namespaces migration
PHPBB3-11888
This commit is contained in:
parent
ed19176aaf
commit
da1edb4578
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class namespaces extends \phpbb\db\migration\migration
|
||||||
return array(
|
return array(
|
||||||
array('if', array(
|
array('if', array(
|
||||||
(preg_match('#^phpbb_search_#', $this->config['search_type'])),
|
(preg_match('#^phpbb_search_#', $this->config['search_type'])),
|
||||||
array('config.update', array('search_type', str_replace('phpbb_search_', 'phpbb\\search\\', $this->config['search_type']))),
|
array('config.update', array('search_type', str_replace('phpbb_search_', '\\phpbb\\search\\', $this->config['search_type']))),
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue