mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-03 13:05:44 +02:00
[ticket/11888] Update default search backend in namespaces migration
PHPBB3-11888
This commit is contained in:
parent
ed19176aaf
commit
da1edb4578
@ -23,7 +23,7 @@ class namespaces extends \phpbb\db\migration\migration
|
||||
return array(
|
||||
array('if', array(
|
||||
(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…
x
Reference in New Issue
Block a user