Fix DB
This commit is contained in:
parent
36bd3791e6
commit
be04145130
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class DB
|
|||
$this->dbDrvClass = "ForkBB\\Core\\DB\\{$typeU}";
|
||||
|
||||
if (\is_file(__DIR__ . "/DB/{$typeU}Statement.php")) {
|
||||
$this->statementClass = "ForkBB\\Core\\DB\\{$typeU}Statement}";
|
||||
$this->statementClass = "ForkBB\\Core\\DB\\{$typeU}Statement";
|
||||
} else {
|
||||
$this->statementClass = DBStatement::class;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue