mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/15540] Fix tests
PHPBB3-15540
This commit is contained in:
@@ -123,7 +123,7 @@ class fulltext_mysql extends base implements search_backend_interface
|
||||
public function is_available(): bool
|
||||
{
|
||||
// Check if we are using mysql
|
||||
if($this->db->get_sql_layer() != 'mysqli')
|
||||
if ($this->db->get_sql_layer() != 'mysqli')
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user