aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/extractor/factory.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db/extractor/factory.php')
-rw-r--r--phpBB/phpbb/db/extractor/factory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/extractor/factory.php b/phpBB/phpbb/db/extractor/factory.php
index a1ffb65595..eed3661ae9 100644
--- a/phpBB/phpbb/db/extractor/factory.php
+++ b/phpBB/phpbb/db/extractor/factory.php
@@ -49,7 +49,7 @@ class factory
public function get()
{
// Return the appropriate DB extractor
- if ($this->db instanceof \phpbb\db\driver\mssql || $this->db instanceof \phpbb\db\driver\mssql_base)
+ if ($this->db instanceof \phpbb\db\driver\mssql_base)
{
return $this->container->get('dbal.extractor.extractors.mssql_extractor');
}